public class QueryDslLdapQuery<K> extends Object implements com.mysema.query.FilteredClause<QueryDslLdapQuery<K>>
FilteredClause
implementation.Constructor and Description |
---|
QueryDslLdapQuery(LdapOperations ldapOperations,
Class<K> clazz) |
QueryDslLdapQuery(LdapOperations ldapOperations,
com.mysema.query.types.EntityPath<K> entityPath) |
Modifier and Type | Method and Description |
---|---|
List<K> |
list() |
K |
uniqueResult() |
QueryDslLdapQuery<K> |
where(com.mysema.query.types.Predicate... o) |
public QueryDslLdapQuery(LdapOperations ldapOperations, com.mysema.query.types.EntityPath<K> entityPath)
public QueryDslLdapQuery(LdapOperations ldapOperations, Class<K> clazz)
public QueryDslLdapQuery<K> where(com.mysema.query.types.Predicate... o)
where
in interface com.mysema.query.FilteredClause<QueryDslLdapQuery<K>>
public K uniqueResult()