|
Spring Data Jpa | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.springframework.data.repository.query.QueryMethod
org.springframework.data.jpa.repository.query.JpaQueryMethod
public class JpaQueryMethod
JPA specific extension of QueryMethod.
| Constructor Summary | |
|---|---|
JpaQueryMethod(Method method,
org.springframework.data.repository.core.RepositoryMetadata metadata,
QueryExtractor extractor)
Creates a JpaQueryMethod. |
|
| Method Summary | |
|---|---|
String |
getNamedQueryName()
|
boolean |
isModifyingQuery()
Returns whether the finder is a modifying one. |
| Methods inherited from class org.springframework.data.repository.query.QueryMethod |
|---|
createParameters, getDomainClass, getEntityInformation, getName, getParameters, getReturnedObjectType, isCollectionQuery, isPageQuery, isQueryForEntity, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public JpaQueryMethod(Method method,
org.springframework.data.repository.core.RepositoryMetadata metadata,
QueryExtractor extractor)
JpaQueryMethod.
method - must not be nullextractor - must not be nullmetadata - must not be null| Method Detail |
|---|
public boolean isModifyingQuery()
isModifyingQuery in class org.springframework.data.repository.query.QueryMethodpublic String getNamedQueryName()
getNamedQueryName in class org.springframework.data.repository.query.QueryMethod
|
Spring Data Jpa | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||