Methods
| Modifier and Type |
Method and Description |
static void |
addCollectExpressionOwner(DomainObjectMatch<?> dom,
DomainObjectMatch<?> collectXprOwner) |
static BooleanOperation |
createBooleanOperation(PredicateExpression pe) |
static Collect |
createCollect(CollectExpression ce) |
static Count |
createCount(DomainObjectMatch<?> dom) |
static <T> DomainObjectMatch<T> |
createDomainObjectMatch(Class<T> targetType,
DomainObjectMatch<?> delegate) |
static <T> DomainObjectMatch<T> |
createDomainObjectMatch(Class<T> domainObjectType,
int num,
QueryExecutor.MappingInfo mappingInfo) |
static <T> DomainObjectMatch<T> |
createDomainObjectMatch(DomainObjectMatch<T> domainObjectMatch,
int num,
QueryExecutor.MappingInfo mappingInfo) |
static Order |
createOrder(OrderExpression orderExpression) |
static <T> Select<T> |
createSelect(SelectExpression<T> se,
AbstractDomainQuery.IntAccess ia) |
static TerminalResult |
createTerminalResult(IASTObject ao) |
static Traverse |
createTraverse(TraversalExpression te) |
static IASTObject |
getAstObject(APIObject apo) |
static String |
getBaseNodeName(DomainObjectMatch<?> dom) |
static JcValue |
getCloneOf(DomainObjectMatch<?> dom,
JcValue val) |
static List<DomainObjectMatch<?>> |
getCollectExpressionOwner(DomainObjectMatch<?> dom) |
static DomainObjectMatch<?> |
getDelegate(DomainObjectMatch<?> receiver) |
static DomainObjectMatch<?> |
getDomainObjectMatch(Count count) |
static <T> Class<T> |
getDomainObjectType(DomainObjectMatch<T> dom) |
static QueryExecutor.MappingInfo |
getMappingInfo(DomainObjectMatch<?> dom) |
static JcNode |
getNodeForType(DomainObjectMatch<?> dom,
Class<?> clazz) |
static List<JcNode> |
getNodes(DomainObjectMatch<?> dom) |
static int |
getPageLength(DomainObjectMatch<?> dom) |
static int |
getPageOffset(DomainObjectMatch<?> dom) |
static DomainObjectMatch<?> |
getTraversalSource(DomainObjectMatch<?> dom) |
static Class<?> |
getTypeForNodeName(DomainObjectMatch<?> dom,
String nodeName) |
static List<Class<?>> |
getTypeList(DomainObjectMatch<?> dom) |
static UnionExpression |
getUnionExpression(DomainObjectMatch<?> dom) |
static boolean |
isPageChanged(DomainObjectMatch<?> dom) |
static boolean |
isPartOfReturn(DomainObjectMatch<?> dom) |
static boolean |
isPartOfUnionExpression(DomainObjectMatch<?> unionDom,
DomainObjectMatch<?> part) |
static void |
setPageChanged(DomainObjectMatch<?> dom,
boolean pageChanged) |
static void |
setPartOfReturn(DomainObjectMatch<?> dom,
boolean partOfReturn) |
static void |
setTraversalSource(DomainObjectMatch<?> dom,
DomainObjectMatch<?> traversalSource) |
static void |
setUnionExpression(DomainObjectMatch<?> dom,
UnionExpression unionExpression) |