QuerydslLdapPredicateExecutor instead.@Deprecated public class QuerydslLdapRepository<T> extends SimpleLdapRepository<T> implements org.springframework.data.querydsl.QuerydslPredicateExecutor<T>
| Constructor and Description |
|---|
QuerydslLdapRepository(org.springframework.ldap.core.LdapOperations ldapOperations,
org.springframework.ldap.odm.core.ObjectDirectoryMapper odm,
Class<T> entityType)
Deprecated.
Creates a new
QuerydslLdapRepository. |
| Modifier and Type | Method and Description |
|---|---|
long |
count(com.querydsl.core.types.Predicate predicate)
Deprecated.
|
boolean |
exists(com.querydsl.core.types.Predicate predicate)
Deprecated.
|
Iterable<T> |
findAll(com.querydsl.core.types.OrderSpecifier<?>... orders)
Deprecated.
|
List<T> |
findAll(com.querydsl.core.types.Predicate predicate)
Deprecated.
|
Iterable<T> |
findAll(com.querydsl.core.types.Predicate predicate,
com.querydsl.core.types.OrderSpecifier<?>... orders)
Deprecated.
|
org.springframework.data.domain.Page<T> |
findAll(com.querydsl.core.types.Predicate predicate,
org.springframework.data.domain.Pageable pageable)
Deprecated.
|
Iterable<T> |
findAll(com.querydsl.core.types.Predicate predicate,
org.springframework.data.domain.Sort sort)
Deprecated.
|
<S extends T,R> |
findBy(com.querydsl.core.types.Predicate predicate,
Function<org.springframework.data.repository.query.FluentQuery.FetchableFluentQuery<S>,R> queryFunction)
Deprecated.
|
Optional<T> |
findOne(com.querydsl.core.types.Predicate predicate)
Deprecated.
|
count, delete, deleteAll, deleteAll, deleteAllById, deleteById, existsById, findAll, findAll, findAllById, findById, findOne, save, saveAllpublic QuerydslLdapRepository(org.springframework.ldap.core.LdapOperations ldapOperations,
org.springframework.ldap.odm.core.ObjectDirectoryMapper odm,
Class<T> entityType)
QuerydslLdapRepository.ldapOperations - must not be null.odm - must not be null.entityType - must not be null.public Optional<T> findOne(com.querydsl.core.types.Predicate predicate)
findOne in interface org.springframework.data.querydsl.QuerydslPredicateExecutor<T>public List<T> findAll(com.querydsl.core.types.Predicate predicate)
findAll in interface org.springframework.data.querydsl.QuerydslPredicateExecutor<T>public long count(com.querydsl.core.types.Predicate predicate)
count in interface org.springframework.data.querydsl.QuerydslPredicateExecutor<T>public boolean exists(com.querydsl.core.types.Predicate predicate)
exists in interface org.springframework.data.querydsl.QuerydslPredicateExecutor<T>public Iterable<T> findAll(com.querydsl.core.types.Predicate predicate, org.springframework.data.domain.Sort sort)
findAll in interface org.springframework.data.querydsl.QuerydslPredicateExecutor<T>public Iterable<T> findAll(com.querydsl.core.types.OrderSpecifier<?>... orders)
findAll in interface org.springframework.data.querydsl.QuerydslPredicateExecutor<T>public Iterable<T> findAll(com.querydsl.core.types.Predicate predicate, com.querydsl.core.types.OrderSpecifier<?>... orders)
findAll in interface org.springframework.data.querydsl.QuerydslPredicateExecutor<T>public org.springframework.data.domain.Page<T> findAll(com.querydsl.core.types.Predicate predicate, org.springframework.data.domain.Pageable pageable)
findAll in interface org.springframework.data.querydsl.QuerydslPredicateExecutor<T>Copyright © 2011–2023 Pivotal Software, Inc.. All rights reserved.