|
Oracle Application Development Framework Model and Business Components Java API Reference
10g Release 3 (10.1.3) B16005-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.jbo.common.NamedObjectImpl
oracle.jbo.mom.DefinitionObject
oracle.jbo.server.DefObject
oracle.jbo.server.RowDef
oracle.jbo.server.EntityDefImpl
oracle.jbo.server.EntityDefOverRowSet
| Field Summary |
| Fields inherited from class oracle.jbo.server.EntityDefImpl |
DBOBJ_TYPE_OBJTAB, DBOBJ_TYPE_OBJTYP, DBOBJ_TYPE_TABLE, DBOBJ_TYPE_VIEW, mAssocAccessors, mAssocs, mAttrAccessors, mBatchThreshold, mFKeys, mIsObjectTable, mOIDAttribute, mPrimaryKeys, mSource, mSourceType |
| Fields inherited from class oracle.jbo.server.RowDef |
mComponentClass |
| Fields inherited from class oracle.jbo.mom.DefinitionObject |
mBaseDefObject, mExtendedDefObjects, mObjectResolved |
| Fields inherited from class oracle.jbo.common.NamedObjectImpl |
mFullName, mObjName, mParent, mProperties |
| Constructor Summary | |
EntityDefOverRowSet() |
|
EntityDefOverRowSet(java.lang.String name, RowSet rs, java.lang.Class cacheClass) |
|
| Method Summary | |
protected EntityImpl |
createFromSourceRow(Row srcRow, DBTransaction txn) |
java.lang.Class |
getCollClass()Gets the implementation class of this Entity's collection. |
java.lang.Class |
getRowClass()Gets the implementation class of this Entity's rows. |
ViewDefImpl |
getViewObjectBase() |
protected void |
loadAttribute(DefElement elem)Load the attributes from the XMLInput Stream |
void |
setViewObjectBase(ViewDefImpl viewDef) |
| Methods inherited from class oracle.jbo.mom.DefinitionObject |
getContainerDef, getContainerName, getExtendedDefObjects, hasExtendedDefObjects, isBaseDefFor, isDynamicDefinitionObject, isObjectResolved, setObjectResolved |
| Methods inherited from class oracle.jbo.common.NamedObjectImpl |
getFullName, getName, getParent, getProperties, getPropertiesAsStrings, getPropertiesMap, getProperty, refreshProperty, setFullName, setPropertiesMap, setProperty |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface oracle.jbo.StructureDef |
getAttributeIndexOf, getDefFullName, getDefName, getFullName, getName |
| Methods inherited from interface oracle.jbo.VariableManagerOwner |
getName |
| Constructor Detail |
public EntityDefOverRowSet()
public EntityDefOverRowSet(java.lang.String name,
RowSet rs,
java.lang.Class cacheClass)
| Method Detail |
public ViewDefImpl getViewObjectBase()
public void setViewObjectBase(ViewDefImpl viewDef)
public java.lang.Class getRowClass()
EntityDefImplgetRowClass in class EntityDefImplpublic java.lang.Class getCollClass()
EntityDefImplgetCollClass in class EntityDefImpl
protected EntityImpl createFromSourceRow(Row srcRow,
DBTransaction txn)
protected void loadAttribute(DefElement elem)
EntityDefImplloadAttribute in class EntityDefImplelem - : BC4J Entity
|
Oracle Application Development Framework Model and Business Components Java API Reference
10g Release 3 (10.1.3) B16005-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||