public class JpaQueryMethod extends QueryMethod
QueryMethod.| Constructor and Description |
|---|
JpaQueryMethod(Method method,
RepositoryMetadata metadata,
QueryExtractor extractor)
Creates a
JpaQueryMethod. |
| Modifier and Type | Method and Description |
|---|---|
String |
getNamedQueryName() |
boolean |
isModifyingQuery()
Returns whether the finder is a modifying one.
|
createParameters, getDomainClass, getEntityInformation, getName, getParameters, getReturnedObjectType, isCollectionQuery, isPageQuery, isQueryForEntity, toStringpublic JpaQueryMethod(Method method, RepositoryMetadata metadata, QueryExtractor extractor)
JpaQueryMethod.method - must not be nullextractor - must not be nullmetadata - must not be nullpublic boolean isModifyingQuery()
isModifyingQuery in class QueryMethodpublic String getNamedQueryName()
getNamedQueryName in class QueryMethodCopyright © 2011-2013-2013 SpringSource. All Rights Reserved.