Uses of Class
org.objectweb.jonas_ejb.deployment.api.FieldDesc

Packages that use FieldDesc
org.objectweb.jonas_ejb.deployment.api   
org.objectweb.jonas_ejb.genic   
 

Uses of FieldDesc in org.objectweb.jonas_ejb.deployment.api
 

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

Methods in org.objectweb.jonas_ejb.deployment.api 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 EntityJdbcCmp2Desc.newFieldDescInstance()
          field descriptor factory method
protected  FieldDesc EntityCmpDesc.newFieldDescInstance()
          factory method for field descriptors
 

Uses of FieldDesc in org.objectweb.jonas_ejb.genic
 

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



Copyright © 2007 OW2 Consortium. All Rights Reserved.