Uses of Class
org.springframework.data.ldap.repository.query.LdapQueryMethod
Packages that use LdapQueryMethod
Package
Description
Query derivation mechanism for LDAP specific repositories.
-
Uses of LdapQueryMethod in org.springframework.data.ldap.repository.query
Constructors in org.springframework.data.ldap.repository.query with parameters of type LdapQueryMethodModifierConstructorDescriptionAbstractLdapRepositoryQuery(LdapQueryMethod queryMethod, Class<?> entityType, org.springframework.ldap.core.LdapOperations ldapOperations, MappingContext<? extends PersistentEntity<?, ?>, ? extends PersistentProperty<?>> mappingContext, EntityInstantiators instantiators) AnnotatedLdapRepositoryQuery(LdapQueryMethod queryMethod, Class<?> entityType, org.springframework.ldap.core.LdapOperations ldapOperations, MappingContext<? extends PersistentEntity<?, ?>, ? extends PersistentProperty<?>> mappingContext, EntityInstantiators instantiators) Deprecated.AnnotatedLdapRepositoryQuery(LdapQueryMethod queryMethod, Class<?> entityType, org.springframework.ldap.core.LdapOperations ldapOperations, MappingContext<? extends PersistentEntity<?, ?>, ? extends PersistentProperty<?>> mappingContext, EntityInstantiators instantiators, ValueExpressionDelegate valueExpressionDelegate) Construct a new instance.PartTreeLdapRepositoryQuery(LdapQueryMethod queryMethod, Class<?> entityType, org.springframework.ldap.core.LdapOperations ldapOperations, MappingContext<? extends PersistentEntity<?, ?>, ? extends PersistentProperty<?>> mappingContext, EntityInstantiators instantiators) Creates a newPartTreeLdapRepositoryQuery.
ValueExpressionDelegate