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–2017 Pivotal Software, Inc.. All rights reserved.