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