public class QuerydslLdapQuery<K> extends Object implements com.querydsl.core.FilteredClause<QuerydslLdapQuery<K>>
FilteredClause implementation.| Constructor and Description |
|---|
QuerydslLdapQuery(org.springframework.ldap.core.LdapOperations ldapOperations,
Class<? extends K> entityType)
Creates a new
QuerydslLdapQuery. |
QuerydslLdapQuery(org.springframework.ldap.core.LdapOperations ldapOperations,
com.querydsl.core.types.EntityPath<K> entityPath)
Creates a new
QuerydslLdapQuery. |
| Modifier and Type | Method and Description |
|---|---|
List<K> |
list() |
K |
uniqueResult() |
QuerydslLdapQuery<K> |
where(com.querydsl.core.types.Predicate... o) |
public QuerydslLdapQuery(org.springframework.ldap.core.LdapOperations ldapOperations,
com.querydsl.core.types.EntityPath<K> entityPath)
QuerydslLdapQuery.ldapOperations - must not be null.entityPath - must not be null.public QuerydslLdapQuery(org.springframework.ldap.core.LdapOperations ldapOperations,
Class<? extends K> entityType)
QuerydslLdapQuery.ldapOperations - must not be null.entityType - must not be null.public QuerydslLdapQuery<K> where(com.querydsl.core.types.Predicate... o)
where in interface com.querydsl.core.FilteredClause<QuerydslLdapQuery<K>>public K uniqueResult()
Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.