| |
|
| com.completex.objective.components.persistency.QueryCtl
All known Subclasses: com.completex.objective.components.persistency.core.impl.query.QueryImpl,
getDatabasePolicy | DatabasePolicy getDatabasePolicy()(Code) | | Return DatabasePolicy used
DatabasePolicy used |
getInlineQuery | Query getInlineQuery()(Code) | | Experimental
|
getInnerUnionQueries | List getInnerUnionQueries()(Code) | | List of UNION sub-queries. If this is not a UNION queryarray will have 0-length |
getLastAliasIndex | int getLastAliasIndex()(Code) | | |
getParentQueryFactory | QueryFactoryCtl getParentQueryFactory()(Code) | | QueryFactoryCtl that created this intance |
hasCombinedInlineQuery | boolean hasCombinedInlineQuery()(Code) | | |
hasInlineQuery | boolean hasInlineQuery()(Code) | | |
inlineLinks | Link[] inlineLinks()(Code) | | inlineLinks |
isAdHoc | boolean isAdHoc()(Code) | | Ad-hoc query is one that has
join == null && from == null && singularResultFactory == null
true if this is ad-hoc query |
isBypassCache | boolean isBypassCache()(Code) | | Returns true if query as must not be cached
true if query as must not be cached |
isCombinedInline | boolean isCombinedInline()(Code) | | |
isInlined | boolean isInlined()(Code) | | |
setBypassCache | void setBypassCache(boolean bypassCache)(Code) | | Indicates that query as must not be cached
Parameters: bypassCache - |
setCombinedInline | void setCombinedInline()(Code) | | |
setCombinedInlineQuery | void setCombinedInlineQuery(QueryCtl inlineRootQuery)(Code) | | |
setCount | void setCount(boolean count)(Code) | | Marks query as "count" one
Parameters: count - |
setLastAliasIndex | void setLastAliasIndex(int i)(Code) | | |
setParentQueryFactory | void setParentQueryFactory(QueryFactoryCtl parentQueryFactory)(Code) | | Returns QueryFactoryCtl that created this instance
Parameters: parentQueryFactory - |
|
|
|