Class LdapQueryMethod
java.lang.Object
org.springframework.data.repository.query.QueryMethod
org.springframework.data.ldap.repository.query.LdapQueryMethod
QueryMethod for Ldap Queries.
- Author:
- Mattias Hellborg Arthursson, Eddu Melendez, Mark Paluch
-
Constructor Summary
ConstructorsConstructorDescriptionLdapQueryMethod(Method method, RepositoryMetadata metadata, ProjectionFactory factory) Creates a new LdapQueryMethod from the given parameters. -
Method Summary
Modifier and TypeMethodDescriptionbooleanCheck whether the target method is annotated withQuery.Methods inherited from class QueryMethod
createParameters, getDomainClass, getEntityInformation, getName, getNamedQueryName, getResultProcessor, getReturnedObjectType, isCollectionQuery, isModifyingQuery, isPageQuery, isQueryForEntity, isScrollQuery, isSearchQuery, isSliceQuery, isStreamQuery, toString
-
Constructor Details
-
LdapQueryMethod
Creates a new LdapQueryMethod from the given parameters.- Parameters:
method- must not be nullmetadata- must not be null
-
-
Method Details
-
getParameters
- Overrides:
getParametersin classQueryMethod
-
hasQueryAnnotation
-