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

Packages that use FieldDesc
org.ow2.jonas.deployment.ejb   
org.ow2.jonas.generators.genic   
 

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

Subclasses of FieldDesc in org.ow2.jonas.deployment.ejb
 class FieldJdbcDesc
          Class to hold meta-information related to a cmp-field of a bean with jdbc based store
 

Methods in org.ow2.jonas.deployment.ejb that return FieldDesc
 FieldDesc EntityCmp1Desc.getCmpFieldDesc(Field field)
          Get descriptor for a given field
 FieldDesc EntityCmpDesc.getCmpFieldDesc(String fieldName)
          Get descriptor for a given field name Used by GenIC
 FieldDesc EntityCmpDesc.getSimplePkField()
          Get the primary key field for the entity.
protected  FieldDesc EntityCmpDesc.newFieldDescInstance()
          factory method for field descriptors
protected  FieldDesc EntityJdbcCmp2Desc.newFieldDescInstance()
          field descriptor factory method
 

Uses of FieldDesc in org.ow2.jonas.generators.genic
 

Constructors in org.ow2.jonas.generators.genic with parameters of type FieldDesc
VcField(String mName, Class fType, FieldDesc fd, boolean isCmp1)
          VcField constructor
 



Copyright © 2010 OW2 Consortium. All Rights Reserved.