Oracle9i Business Components for Java API Reference
Oracle9i Jdeveloper (9.0.4)
B10391-01


oracle.jbo.server
Class EJBEntityImpl

java.lang.Object
  |
  +--oracle.jbo.server.RowImpl
        |
        +--oracle.jbo.server.ViewRowImpl
              |
              +--oracle.jbo.server.EJBEntityImpl
All Implemented Interfaces:
AttributeList, Row, XMLInterface

public class EJBEntityImpl
extends ViewRowImpl

Field Summary
protected  javax.ejb.EntityBean mBean
           

 

Fields inherited from class oracle.jbo.server.ViewRowImpl
XML_POSTSTATE_REMOVE, XML_POSTSTATE_TAG

 

Fields inherited from interface oracle.jbo.Row
REFRESH_CONTAINEES, REFRESH_REMOVE_NEW_ROWS, REFRESH_UNDO_CHANGES, REFRESH_WITH_DB_FORGET_CHANGES, REFRESH_WITH_DB_ONLY_IF_UNCHANGED, STATUS_INITIALIZED, STATUS_NEW

 

Fields inherited from interface oracle.jbo.XMLInterface
XML_IGNORE_DEPTH_COUNT, XML_OPT_ALL_ROWS, XML_OPT_ASSOC_CONSISTENT, XML_OPT_CHANGES_ONLY, XML_OPT_LIMIT_RANGE

 

Constructor Summary
EJBEntityImpl()
           

 

Method Summary
protected  void bindToBean(javax.ejb.EntityBean bean)
           
protected  javax.ejb.EntityBean getBoundBean()
           
 oracle.aurora.ejb.persistence.BeanIdentifier getPersistenceKey()
           
protected  boolean isBound()
           
 void loadBean()
           
 void storeBean()
           
protected  void unbindFromBean()
           

 

Methods inherited from class oracle.jbo.server.ViewRowImpl
appendXMLElementNodes, appendXMLElementNodes, clearAttributeException, clearAttributeException, create, createEntities, entityCacheAdd, equals, findAssociatedObjects, findRowSetForRow, getApplicationModule, getAttribute, getAttribute, getAttributeCount, getAttributeIndexOf, getAttributeInternal, getAttributeNames, getAttributeValues, getAttrInvokeAccessor, getEntity, getEntityAttrForAttribute, getEntityForAttribute, getHandle, getKey, getQueryCollection, getStructureDef, getViewObject, getXMLElementTag, hasAttributeException, hasDeferredExceptions, hashCode, isAttributeUpdateable, lock, populate, populateAttribute, populateAttributeAsChanged, readAttributeFromXMLElement, readXML, refresh, registerAttributeException, remove, removeFromCollection, renderAttributeInXMLElement, revert, setAttribute, setAttribute, setAttributeInternal, setAttrInvokeAccessor, setEntities, setEntity, setNewRowState, validate, writeXML

 

Methods inherited from class oracle.jbo.server.RowImpl
clearAllExceptions, clearRowExceptions, createXMLDefinition, getAllExceptions, getAttributeInternal, getRowExceptions, hasAttributeException, printXMLDefinition, readXML, registerRowException, setAttributeInternal, writeXML, writeXML, writeXML

 

Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait

 

Methods inherited from interface oracle.jbo.XMLInterface
readXML, writeXML, writeXML, writeXML

 

Field Detail

mBean

protected javax.ejb.EntityBean mBean
Constructor Detail

EJBEntityImpl

public EJBEntityImpl()
Method Detail

loadBean

public void loadBean()

storeBean

public void storeBean()

getBoundBean

protected javax.ejb.EntityBean getBoundBean()

isBound

protected boolean isBound()

bindToBean

protected void bindToBean(javax.ejb.EntityBean bean)

unbindFromBean

protected void unbindFromBean()

getPersistenceKey

public oracle.aurora.ejb.persistence.BeanIdentifier getPersistenceKey()

Oracle9i Business Components for Java API Reference
Oracle9i Jdeveloper (9.0.4)
B10391-01


 

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