Package | Description |
---|---|
oracle.adf.model.rest | |
oracle.jbo.datasource | |
oracle.jbo.datasource.svc | |
oracle.jbo.script.debug.client.tree | |
oracle.jbo.script.debug.client.util | |
oracle.jbo.server |
Contains the implementation of middle tier components.
|
oracle.jbo.server.rules |
Contains sample validation beans.
|
oracle.jbo.server.uniqueid | |
oracle.jbo.uicli.mom.dcext |
Modifier and Type | Class and Description |
---|---|
class |
RestDCEntityDefImpl |
Modifier and Type | Method and Description |
---|---|
Entity |
WSEODataSourceImpl.findByPrimaryKey(EntityDefImpl entityDef,
Key key) |
Entity |
SampleEODataSourceImpl.findByPrimaryKey(EntityDefImpl entityDef,
Key key) |
AttributeList |
EntityDataSource.findByPrimaryKey(EntityDefImpl entityDef,
Key key)
Look up the entity by the key.
|
Entity[] |
WSEODataSourceImpl.findByPrimaryKeys(EntityDefImpl entityDef,
Key[] keys) |
Entity[] |
SampleEODataSourceImpl.findByPrimaryKeys(EntityDefImpl entityDef,
Key[] keys) |
AttributeList[] |
EntityDataSource.findByPrimaryKeys(EntityDefImpl entityDef,
Key[] keys)
Look up the entities by the array of the keys.
|
Modifier and Type | Method and Description |
---|---|
AttributeList |
SIEODataSourceImpl.findByPrimaryKey(EntityDefImpl entityDef,
Key key)
pluggable entity datasource find operation.
|
AttributeList[] |
SIEODataSourceImpl.findByPrimaryKeys(EntityDefImpl entityDef,
Key[] keys)
pluggable entity datasource find operation.
|
Modifier and Type | Method and Description |
---|---|
EntityDefImpl |
BusinessObjectTreeRoot.getEntityDef() |
Modifier and Type | Method and Description |
---|---|
void |
BusinessObjectTreeRoot.setEntityDef(EntityDefImpl entityDef) |
Modifier and Type | Method and Description |
---|---|
static EntityDefImpl |
DebugClientUtils.getPrimaryEntityDefForViewDef(java.lang.String viewDefFullName) |
static EntityDefImpl |
DebugClientFactory.getPrimaryEntityDefForViewDef(java.lang.String viewDefFullName) |
Modifier and Type | Class and Description |
---|---|
class |
EntityDefOverRowSet |
class |
ProgrammaticEntityDefImpl |
Modifier and Type | Field and Description |
---|---|
protected EntityDefImpl |
JboUniqueKeyValidator.mEntityDef |
Modifier and Type | Method and Description |
---|---|
static EntityDefImpl |
EntityDefImpl.createEntityDef(int defScope,
java.lang.String defClassName,
java.lang.String dbObjName,
java.lang.String viewObjectBase) |
static EntityDefImpl |
ObjectBuilderFromTables.createEntityFromTable(java.lang.String pkName,
java.lang.String eoName,
java.lang.String tableName,
java.sql.Connection conn) |
static EntityDefImpl |
EntityDefImpl.findDefObject(java.lang.String defFullName)
Finds the named Entity Object definition.
|
static EntityDefImpl |
EntityDefImpl.findDefObjectNoSub(java.lang.String defFullName)
Finds the named Entity Object definition.
|
static EntityDefImpl |
EntityDefImpl.findDefObjectWithCustomizer(java.lang.String defFullName) |
EntityDefImpl |
ViewAttributeDefImpl.getEntityDef()
Returns the EntityDef to which the referenced AttributeDef belongs if
this view attribute is entity based.
|
EntityDefImpl |
EntityReference.getEntityDef() |
protected EntityDefImpl |
EntityImpl.getEntityDef()
Gets the Entity Definition Object which governs the structure of this
Entity Object.
|
EntityDefImpl |
EntityCache.getEntityDef() |
EntityDefImpl |
EntityAssociation.getEntityDef()
Deprecated.
Deprecated since 5.0. Instead, use
AssociationDefBase.getSourceOwner() and down cast it
to EntityDefImpl.
|
EntityDefImpl |
AttributeDefImpl.getEntityDef()
Returns the EntityDefImpl object which contains this attribute.
|
protected EntityDefImpl |
ViewObjectImpl.getEntityDef(int index)
INTERNAL: Applications should not use this method.
|
protected EntityDefImpl[] |
ViewObjectImpl.getEntityDefs()
Returns an array of entity definitions of the entity bases.
|
EntityDefImpl |
EntityAssociation.getOtherEntityDef()
Deprecated.
Deprecated since 5.0. Instead, use
AssociationDefBase.getDestinationOwner() and down cast it
to EntityDefImpl.
|
protected static EntityDefImpl |
EntityDefImpl.loadFromXML(DefElement xmlElement,
EntityDefImpl eInfo,
EntityDefImpl baseEntityDef,
boolean loadingBaseDef)
Create the EntityDefImpl from XML metadata stream
|
Modifier and Type | Method and Description |
---|---|
java.util.List<EntityDefImpl> |
EntityDefImpl.getExtendedDefObjectsInternal(boolean bSkipBusLogicUnits) |
Modifier and Type | Method and Description |
---|---|
static AttributeDefImpl |
ObjectBuilderFromTables.addAttributeToList(EntityDefImpl eo,
java.lang.String fldName,
java.lang.String columnName,
java.lang.String tableName,
int javaSqlType,
java.lang.String columnType,
int colNo,
int scale,
int precision,
int displaySize,
boolean useJavaStyleName,
boolean genEjbAttrs,
int[] allowedJavaSqlTypes,
java.sql.ResultSetMetaData rsetMeta,
java.util.List innerDomains,
java.util.List attrs) |
protected static KeyDef |
ObjectBuilderFromTables.addKey(EntityDefImpl eo,
java.lang.String javaKeyName,
int keyIndex,
java.lang.String[] attrNames,
boolean isPrimary) |
static void |
ObjectBuilderFromTables.addRefAttribute(EntityDefImpl eo,
java.util.List attrs) |
EntityImpl |
NullDBTransactionImpl.createEntityInstance(EntityDefImpl entityDef,
AttributeList al)
Deprecated.
Implementation of the DBTransaction interface.
|
EntityImpl |
DBTransactionImpl2.createEntityInstance(EntityDefImpl entityDef,
AttributeList al)
Implementation of
createEntityInstance
method. |
EntityImpl |
DBTransactionImpl.createEntityInstance(EntityDefImpl entityDef,
AttributeList al)
Creates an
EntityImpl object based on the given defintion, in the context
of the root Application Module. |
EntityImpl |
DBTransaction.createEntityInstance(EntityDefImpl entityDef,
AttributeList al)
Creates an EntityImpl instance based on the given defintion.
|
static ViewDefImpl |
ObjectBuilderFromTables.createViewFromEntity(java.lang.String pkName,
java.lang.String voName,
EntityDefImpl eo) |
protected static ViewDefImpl |
ObjectBuilderFromTables.createViewFromEntity(java.lang.String pkName,
java.lang.String voName,
EntityDefImpl eo,
java.lang.String vlPkgName,
java.util.List newObjects) |
protected static void |
ObjectBuilderFromTables.ensurePrimaryKey(EntityDefImpl eo,
java.util.List attrs) |
EntityImpl |
NullDBTransactionImpl.findByPrimaryKey(EntityDefImpl entityDef,
Key key)
Deprecated.
Implementation of the DBTransaction interface.
|
EntityImpl |
DBTransactionImpl2.findByPrimaryKey(EntityDefImpl entityDef,
Key key)
Implementation of
findByPrimaryKey
method. |
EntityImpl |
DBTransactionImpl.findByPrimaryKey(EntityDefImpl entityDef,
Key key)
Finds an Entity Object in this transaction given an EntityDef object
and a Primary Key.
|
EntityImpl |
DBTransaction.findByPrimaryKey(EntityDefImpl entityDef,
Key key)
Finds an Entity Object in this transaction given a Primary Key.
|
EntityCache |
DBTransactionImpl.findEntityCache(EntityDefImpl source)
Finds a Cache table for the entity.
|
EntityCache |
DBTransactionImpl.getEntityCache(EntityDefImpl source) |
static AttributeDefImpl[] |
ServiceJboUtil.getForeignKeyAttrs(EntityDefImpl entityDef) |
protected static java.lang.String |
ObjectBuilderFromTables.getUniqueAssocEndName(java.lang.String testName,
EntityDefImpl eo) |
protected void |
EntityCache.init(DBTransactionImpl trans,
EntityDefImpl entityDef) |
protected static EntityDefImpl |
EntityDefImpl.loadFromXML(DefElement xmlElement,
EntityDefImpl eInfo,
EntityDefImpl baseEntityDef,
boolean loadingBaseDef)
Create the EntityDefImpl from XML metadata stream
|
EntityCache |
DBTransactionImpl.lookupEntityCache(EntityDefImpl source) |
void |
DBTransactionImpl.removeEntityCache(EntityDefImpl source) |
void |
DBTransactionImpl.setBatchModeForEntity(EntityDefImpl def,
boolean mode)
Sets the updatebatching (Batch post operations) mode on or off for a given entity type in this transaction.
|
protected void |
EntityImpl.setEntityDef(EntityDefImpl entityDef) |
Constructor and Description |
---|
JboUniqueKeyValidator(EntityDefImpl entityDef,
int ix) |
JboUniqueKeyValidator(EntityDefImpl entityDef,
int ix,
java.lang.String keyName,
boolean entityLevelOnly,
java.lang.String errMsgId,
int severity) |
JboUniqueKeyValidator(EntityDefImpl entityDef,
int ix,
java.lang.String keyName,
java.lang.String errMsgId,
int severity) |
PDefEntityObject(EntityDefImpl entityDef) |
Modifier and Type | Method and Description |
---|---|
void |
JboBaseValidator.setValidatingAttribute(EntityDefImpl beanInfo,
java.lang.String str)
Sets the validating attribute by name.
|
Modifier and Type | Method and Description |
---|---|
static EntityDefImpl |
RowIdEntityObjectImpl.getDefinitionObject() |
Modifier and Type | Method and Description |
---|---|
EntityDefImpl |
DCExtHelper.getPrimaryEntityDefForViewDef(DCExtContext context,
java.lang.String viewDefFullName) |
static EntityDefImpl |
DCExtHelper.staticPrimaryEntityDefForViewDef(java.lang.String viewDefFullName) |
Modifier and Type | Method and Description |
---|---|
void |
DCExtDefObjectListener.loadHLDefsEntity(EntityDefImpl entDef) |