public class DomainQuery extends AbstractDomainQuery
AbstractDomainQuery.IntAccessqueryExecutor| Constructor and Description |
|---|
DomainQuery(IDomainAccess domainAccess) |
| Modifier and Type | Method and Description |
|---|---|
<T> DomainObjectMatch<T> |
createMatch(Class<T> domainObjectType)
Create a match for a specific type of domain objects
|
<T> DomainObjectMatch<T> |
createMatchFor(List<T> domainObjects,
Class<T> domainObjectType)
Create a match for a list of domain objects which were retrieved by another query
|
BR_CLOSE, BR_OPEN, COLLECT, createGenMatchForInternal, createMatchFor, createMatchForInternal, createMatchFrom, execute, executeCount, getRecordedQuery, getReplayedQueryContext, INTERSECTION, OR, ORDER, parameter, REJECT_FROM, SELECT_FROM, TRAVERSE_FROM, UNION, WHEREpublic DomainQuery(IDomainAccess domainAccess)
public <T> DomainObjectMatch<T> createMatch(Class<T> domainObjectType)
domainObjectType - public <T> DomainObjectMatch<T> createMatchFor(List<T> domainObjects, Class<T> domainObjectType)
domainObjects - a list of domain objects which were retrieved by another querydomainObjectType - the type of those domain objectsCopyright © 2016. All rights reserved.