|
|||||||||
| 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.gemfire.repository.query.GemfireQueryMethod
public class GemfireQueryMethod
Gemfire specific QueryMethod.
| Constructor Summary | |
|---|---|
GemfireQueryMethod(Method method,
org.springframework.data.repository.core.RepositoryMetadata metadata,
org.springframework.data.mapping.context.MappingContext<? extends GemfirePersistentEntity<?>,GemfirePersistentProperty> context)
Creates a new GemfireQueryMethod from the given Method and RepositoryMetadata. |
|
| Method Summary | |
|---|---|
GemfirePersistentEntity<?> |
getPersistentEntity()
Returns the GemfirePersistentEntity the method deals with. |
boolean |
hasAnnotatedQuery()
Returns whether the query method contains an annotated, non-empty query. |
| Methods inherited from class org.springframework.data.repository.query.QueryMethod |
|---|
createParameters, getDomainClass, getEntityInformation, getName, getNamedQueryName, getParameters, getReturnedObjectType, isCollectionQuery, isModifyingQuery, isPageQuery, isQueryForEntity, isSliceQuery, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public GemfireQueryMethod(Method method,
org.springframework.data.repository.core.RepositoryMetadata metadata,
org.springframework.data.mapping.context.MappingContext<? extends GemfirePersistentEntity<?>,GemfirePersistentProperty> context)
GemfireQueryMethod from the given Method and RepositoryMetadata.
method - must not be null.metadata - must not be null.context - must not be null.| Method Detail |
|---|
public boolean hasAnnotatedQuery()
public GemfirePersistentEntity<?> getPersistentEntity()
GemfirePersistentEntity the method deals with.
GemfirePersistentEntity the method deals with.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||