|
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.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.springframework.data.repository.query.QueryMethod |
|---|
org.springframework.data.repository.query.QueryMethod.Type |
| Constructor Summary | |
|---|---|
JpaQueryMethod(Method method,
QueryExtractor extractor)
Creates a JpaQueryMethod. |
|
| Method Summary | |
|---|---|
protected boolean |
isModifyingQuery()
Returns whether the finder is a modifying one. |
| Methods inherited from class org.springframework.data.repository.query.QueryMethod |
|---|
getDomainClass, getEntityInformation, getName, getParameters, getType, isCollectionQuery, isPageQuery, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public JpaQueryMethod(Method method,
QueryExtractor extractor)
JpaQueryMethod.
method - must not be nullextractor - must not be nullmetadata - must not be null| Method Detail |
|---|
protected boolean isModifyingQuery()
isModifyingQuery 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 | |||||||||