Class QuerydslLdapRepository<T>
java.lang.Object
org.springframework.data.ldap.repository.support.SimpleLdapRepository<T>
org.springframework.data.ldap.repository.support.QuerydslLdapRepository<T>
- All Implemented Interfaces:
LdapRepository<T>,QuerydslPredicateExecutor<T>,CrudRepository<T,,Name> ListCrudRepository<T,,Name> Repository<T,Name>
@Deprecated
public class QuerydslLdapRepository<T>
extends SimpleLdapRepository<T>
implements QuerydslPredicateExecutor<T>
Deprecated.
Base repository implementation for QueryDSL support.
- Author:
- Mattias Hellborg Arthursson, Eddu Melendez, Mark Paluch
-
Constructor Summary
ConstructorsConstructorDescriptionQuerydslLdapRepository(org.springframework.ldap.core.LdapOperations ldapOperations, org.springframework.ldap.odm.core.ObjectDirectoryMapper odm, Class<T> entityType) Deprecated.Creates a newQuerydslLdapRepository. -
Method Summary
Modifier and TypeMethodDescriptionlongcount(com.querydsl.core.types.Predicate predicate) Deprecated.booleanexists(com.querydsl.core.types.Predicate predicate) Deprecated.findAll(com.querydsl.core.types.OrderSpecifier<?>... orders) Deprecated.findAll(com.querydsl.core.types.Predicate predicate) Deprecated.findAll(com.querydsl.core.types.Predicate predicate, com.querydsl.core.types.OrderSpecifier<?>... orders) Deprecated.Deprecated.Deprecated.<S extends T,R>
RfindBy(com.querydsl.core.types.Predicate predicate, Function<FluentQuery.FetchableFluentQuery<S>, R> queryFunction) Deprecated.findOne(com.querydsl.core.types.Predicate predicate) Deprecated.Methods inherited from class org.springframework.data.ldap.repository.support.SimpleLdapRepository
count, delete, deleteAll, deleteAll, deleteAllById, deleteById, existsById, findAll, findAll, findAllById, findById, findOne, save, saveAll
-
Constructor Details
-
QuerydslLdapRepository
public QuerydslLdapRepository(org.springframework.ldap.core.LdapOperations ldapOperations, org.springframework.ldap.odm.core.ObjectDirectoryMapper odm, Class<T> entityType) Deprecated.Creates a newQuerydslLdapRepository.- Parameters:
ldapOperations- must not be null.odm- must not be null.entityType- must not be null.
-
-
Method Details
-
findOne
Deprecated.- Specified by:
findOnein interfaceQuerydslPredicateExecutor<T>
-
findAll
Deprecated.- Specified by:
findAllin interfaceQuerydslPredicateExecutor<T>
-
count
public long count(com.querydsl.core.types.Predicate predicate) Deprecated.- Specified by:
countin interfaceQuerydslPredicateExecutor<T>
-
exists
public boolean exists(com.querydsl.core.types.Predicate predicate) Deprecated.- Specified by:
existsin interfaceQuerydslPredicateExecutor<T>
-
findAll
Deprecated.- Specified by:
findAllin interfaceQuerydslPredicateExecutor<T>
-
findAll
Deprecated.- Specified by:
findAllin interfaceQuerydslPredicateExecutor<T>
-
findAll
public Iterable<T> findAll(com.querydsl.core.types.Predicate predicate, com.querydsl.core.types.OrderSpecifier<?>... orders) Deprecated.- Specified by:
findAllin interfaceQuerydslPredicateExecutor<T>
-
findAll
Deprecated.- Specified by:
findAllin interfaceQuerydslPredicateExecutor<T>
-
findBy
public <S extends T,R> R findBy(com.querydsl.core.types.Predicate predicate, Function<FluentQuery.FetchableFluentQuery<S>, R> queryFunction) Deprecated.- Specified by:
findByin interfaceQuerydslPredicateExecutor<T>
-
QuerydslLdapPredicateExecutorinstead.