Oracle ADF Model and Business Components API Reference 10.1.2 B14022-02


Uses of Class
oracle.jbo.server.EntityDefImpl

Packages that use EntityDefImpl
oracle.jbo.server Contains the implementation of middle tier components. 
oracle.jbo.server.rules Contains sample validation beans. 

 

Uses of EntityDefImpl in oracle.jbo.server

 

Fields in oracle.jbo.server declared as EntityDefImpl
protected  EntityDefImpl EntityReference.mEOInfo
           

 

Methods in oracle.jbo.server that return EntityDefImpl
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 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.
static EntityDefImpl EntityDefImpl.findDefObject(java.lang.String defFullName)
          Finds the named Entity Object definition.
protected  EntityDefImpl EntityCache.getEntityDef()
           
 EntityDefImpl EntityAssociation.getEntityDef()
          Deprecated. Deprecated since 5.0. Instead, use AssociationDefBase.getSourceOwner() and down cast it to EntityDefImpl.
 EntityDefImpl EntityAssociation.getOtherEntityDef()
          Deprecated. Deprecated since 5.0. Instead, use AssociationDefBase.getDestinationOwner() and down cast it to EntityDefImpl.
 EntityDefImpl AttributeDefImpl.getEntityDef()
          Returns the EntityDefImpl object which contains this attribute.

 

Methods in oracle.jbo.server with parameters of type EntityDefImpl
 EntityImpl NullDBTransactionImpl.createEntityInstance(EntityDefImpl entityDef, AttributeList al)
          Deprecated. Implementation of the DBTransaction interface.
 EntityImpl NullDBTransactionImpl.findByPrimaryKey(EntityDefImpl entityDef, Key key)
          Deprecated. Implementation of the DBTransaction interface.
protected  void EntityCache.init(DBTransactionImpl trans, EntityDefImpl entityDef)
           
 EntityImpl DBTransactionImpl2.createEntityInstance(EntityDefImpl entityDef, AttributeList al)
          Implementation of createEntityInstance method.
 EntityImpl DBTransactionImpl2.findByPrimaryKey(EntityDefImpl entityDef, Key key)
          Implementation of findByPrimaryKey method.
 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.
 EntityCache DBTransactionImpl.findEntityCache(EntityDefImpl source)
          Finds a Cache table for the entity.
 EntityCache DBTransactionImpl.getEntityCache(EntityDefImpl source)
           
 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 DBTransactionImpl.findByPrimaryKey(EntityDefImpl entityDef, Key key)
          Finds an Entity Object in this transaction given an EntityDef object and a Primary Key.
 EntityImpl DBTransaction.createEntityInstance(EntityDefImpl entityDef, AttributeList al)
          Creates an EntityImpl instance based on the given defintion.
 EntityImpl DBTransaction.findByPrimaryKey(EntityDefImpl entityDef, Key key)
          Finds an Entity Object in this transaction given a Primary Key.

 

Uses of EntityDefImpl in oracle.jbo.server.rules

 

Methods in oracle.jbo.server.rules with parameters of type EntityDefImpl
 void JboBaseValidator.setValidatingAttribute(EntityDefImpl beanInfo, java.lang.String str)
          Sets the validating attribute by name.

 


Oracle ADF Model and Business Components API Reference 10.1.2 B14022-02


 

Copyright © 1997, 2005, Oracle. All rights reserved.