public class GDomainQuery extends AbstractDomainQuery
AbstractDomainQuery.IntAccessqueryExecutor| Constructor and Description |
|---|
GDomainQuery(IDomainAccess domainAccess) |
| Modifier and Type | Method and Description |
|---|---|
DomainObjectMatch<DomainObject> |
createMatch(String domainObjectTypeName)
Create a match for a specific type of domain objects.
|
DomainObjectMatch<DomainObject> |
createMatchFor(List<DomainObject> domainObjects,
String domainObjectTypeName)
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 GDomainQuery(IDomainAccess domainAccess)
public DomainObjectMatch<DomainObject> createMatch(String domainObjectTypeName)
domainObjectTypeName - public DomainObjectMatch<DomainObject> createMatchFor(List<DomainObject> domainObjects, String domainObjectTypeName)
domainObjects - a list of domain objects which were retrieved by another querydomainObjectTypeName - the type name of those domain objectsCopyright © 2016. All rights reserved.