Uses of Class
org.ow2.jonas.deployment.ejb.EntityDesc

Packages that use EntityDesc
org.ow2.jonas.deployment.ejb   
org.ow2.jonas.lib.ejb21   
org.ow2.jonas.lib.ejb21.ha   
org.ow2.jonas.lib.ejb21.jorm   
 

Uses of EntityDesc in org.ow2.jonas.deployment.ejb
 

Subclasses of EntityDesc in org.ow2.jonas.deployment.ejb
 class EntityBmpDesc
          Class to hold meta-information related to an entity of type BMP.
 class EntityCmp1Desc
          Class to hold meta-information related to an entity of type CMP version 1.x.
 class EntityCmp2Desc
          Class to hold meta-information related to an entity of type CMP version 2.
 class EntityCmpDesc
          Base class to hold meta-information related to an entity of type CMP.
 class EntityJdbcCmp1Desc
          Class to hold meta-information related to an CMP v1 entity bean with jdbc data store.
 class EntityJdbcCmp2Desc
          Class to hold meta-information related to an CMP v2 entity bean with jdbc data store.
 

Fields in org.ow2.jonas.deployment.ejb declared as EntityDesc
protected  EntityDesc MethodCmp2Desc.entityDesc
           
 

Uses of EntityDesc in org.ow2.jonas.lib.ejb21
 

Methods in org.ow2.jonas.lib.ejb21 with parameters of type EntityDesc
 void JEntityFactory.init(EntityDesc dd, JContainer cont)
          Init this object
 

Constructors in org.ow2.jonas.lib.ejb21 with parameters of type EntityDesc
JEntityHome(EntityDesc dd, JEntityFactory bf)
          constructor
JEntityLocalHome(EntityDesc dd, JEntityFactory bf)
          constructor
 

Uses of EntityDesc in org.ow2.jonas.lib.ejb21.ha
 

Constructors in org.ow2.jonas.lib.ejb21.ha with parameters of type EntityDesc
JRepEntityHome(EntityDesc dd, JEntityFactory bf)
           
JRepEntityLocalHome(EntityDesc dd, JEntityFactory bf)
          constructor
 

Uses of EntityDesc in org.ow2.jonas.lib.ejb21.jorm
 

Methods in org.ow2.jonas.lib.ejb21.jorm with parameters of type EntityDesc
 void JormFactory.init(EntityDesc ed, JContainer c, String mapperName)
          Initialization of the factory.
 void RdbFactory.init(EntityDesc dd, JContainer cont, String mapperName)
           
 void MedorFactory.init(EntityDesc ed, JContainer c, String mapperName)
           
 



Copyright © 2010 OW2 Consortium. All Rights Reserved.