public class LdapQueryMethod
extends org.springframework.data.repository.query.QueryMethod
| Constructor and Description |
|---|
LdapQueryMethod(Method method,
org.springframework.data.repository.core.RepositoryMetadata metadata,
org.springframework.data.projection.ProjectionFactory factory)
Creates a new LdapQueryMethod from the given parameters.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasQueryAnnotation()
Check whether the target method is annotated with
Query. |
createParameters, getDomainClass, getEntityInformation, getName, getNamedQueryName, getParameters, getResultProcessor, getReturnedObjectType, isCollectionQuery, isModifyingQuery, isPageQuery, isQueryForEntity, isSliceQuery, isStreamQuery, toStringpublic LdapQueryMethod(Method method, org.springframework.data.repository.core.RepositoryMetadata metadata, org.springframework.data.projection.ProjectionFactory factory)
method - must not be nullmetadata - must not be null