Package | Description |
---|---|
oracle.jbo.server |
Contains the implementation of middle tier components.
|
Modifier and Type | Method and Description |
---|---|
EntityReference |
ViewAttributeDefImpl.getEntityReference()
Gets the entity reference which this attribute belongs
|
protected EntityReference |
ViewDefImpl.getEntityReference(int index) |
EntityReference |
ViewDefImpl.getEntityReference(java.lang.String name)
Returns the
EntityReference of the given name . |
protected EntityReference[] |
ViewDefImpl.getEntityReferences()
Returns an array of
EntityReference 's upon which this ViewObject is based. |
protected EntityReference[] |
ViewDefImpl.getEntityReferences(AttributeDef[] attrDefs)
Returns an array of
EntityReference 's upon which this ViewObject is based. |
EntityReference[] |
ViewDefImpl.getEntityRefsParentOrder() |
EntityReference |
ViewDefImpl.getEntityUsage(java.lang.String name) |
EntityReference[] |
ViewDefImpl.getEntityUsages() |
protected EntityReference |
ViewRowImpl.getPrimaryEntityReference()
Get the primary entity.
|
Modifier and Type | Method and Description |
---|---|
java.util.HashMap |
SQLBuilder.buildDefaultViewObjectWhereClause(java.lang.StringBuffer whereClause, java.util.List eRefs, java.util.List forcedERefs, EntityReference[][] newEntRefsArr, boolean isInlineViewForFroms)
This method is used to generate the "where" clause if the following conditions are met: The View Object definition does not specify "where" clause The View Object definition is set to generate "where" clause during runtime, either in metadata or by calling
ViewDefImpl.setWhereClauseFlags(ViewDefImpl.CLAUSE_GENERATE_RT) |
java.util.HashMap |
OracleSQLBuilderImpl.buildDefaultViewObjectWhereClause(java.lang.StringBuffer whereClause, java.util.List eRefs, java.util.List forcedERefs, EntityReference[][] newEntRefsArr, boolean isInlineViewForFroms) |
java.util.HashMap |
BaseSQLBuilderImpl.buildDefaultViewObjectWhereClause(java.lang.StringBuffer whereClause, java.util.List eRefs, java.util.List forcedERefs, EntityReference[][] newEntRefsArr, boolean isInlineViewForFroms) |
int |
ViewDefImpl.getEntityIndex(EntityReference entityRef) |
protected boolean |
ViewObjectImpl.isEntityReferenceSelected(EntityReference eRef)
Tell whether the given entity reference has been selected (ie.
|
java.lang.String |
SQLBuilder.processClauseForSubQuery(java.lang.String clause, EntityReference[] entRefs, java.lang.String suffix, boolean isSQLExpr, boolean[] isModified) |
java.lang.String |
BaseSQLBuilderImpl.processClauseForSubQuery(java.lang.String clause, EntityReference[] entRefs, java.lang.String suffix, boolean isSQLExpr, boolean[] isModified) |