public class GemfireQueryMethod
extends org.springframework.data.repository.query.QueryMethod
QueryMethod
.Constructor and Description |
---|
GemfireQueryMethod(Method method,
org.springframework.data.repository.core.RepositoryMetadata metadata,
org.springframework.data.mapping.context.MappingContext<? extends GemfirePersistentEntity<?>,GemfirePersistentProperty> context)
|
Modifier and Type | Method and Description |
---|---|
GemfirePersistentEntity<?> |
getPersistentEntity()
Returns the
GemfirePersistentEntity the method deals with. |
boolean |
hasAnnotatedQuery()
Returns whether the query method contains an annotated, non-empty query.
|
public GemfireQueryMethod(Method method, org.springframework.data.repository.core.RepositoryMetadata metadata, org.springframework.data.mapping.context.MappingContext<? extends GemfirePersistentEntity<?>,GemfirePersistentProperty> context)
method
- must not be null.metadata
- must not be null.context
- must not be null.public boolean hasAnnotatedQuery()
public GemfirePersistentEntity<?> getPersistentEntity()
GemfirePersistentEntity
the method deals with.GemfirePersistentEntity
the method deals with.