public class JpaQueryMethod
extends org.springframework.data.repository.query.QueryMethod
QueryMethod.| Constructor and Description |
|---|
JpaQueryMethod(Method method,
org.springframework.data.repository.core.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.
|
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 nullpublic boolean isModifyingQuery()
isModifyingQuery in class org.springframework.data.repository.query.QueryMethodpublic String getNamedQueryName()
getNamedQueryName in class org.springframework.data.repository.query.QueryMethodCopyright © 2011-2012-2012 SpringSource. All Rights Reserved.