Uses of Class
org.glassfish.ejb.deployment.descriptor.FieldDescriptor
-
Packages that use FieldDescriptor Package Description org.glassfish.ejb.deployment.descriptor org.glassfish.ejb.deployment.node org.glassfish.ejb.deployment.util -
-
Uses of FieldDescriptor in org.glassfish.ejb.deployment.descriptor
Methods in org.glassfish.ejb.deployment.descriptor that return FieldDescriptor Modifier and Type Method Description FieldDescriptorEjbCMPEntityDescriptor. getPrimaryKeyFieldDesc()Methods in org.glassfish.ejb.deployment.descriptor that return types with arguments of type FieldDescriptor Modifier and Type Method Description Set<FieldDescriptor>PersistenceDescriptor. getCMPFields()Return the Set of fields deemed persistent.Methods in org.glassfish.ejb.deployment.descriptor with parameters of type FieldDescriptor Modifier and Type Method Description voidPersistenceDescriptor. addCMPField(FieldDescriptor fieldDesc)booleanPersistenceDescriptor. isPkeyField(FieldDescriptor fieldDesc)voidPersistenceDescriptor. removeCMPField(FieldDescriptor fieldDesc)voidEjbCMPEntityDescriptor. setPrimaryKeyFieldDesc(FieldDescriptor pkf) -
Uses of FieldDescriptor in org.glassfish.ejb.deployment.node
Methods in org.glassfish.ejb.deployment.node that return FieldDescriptor Modifier and Type Method Description FieldDescriptorCmpFieldNode. getDescriptor()Methods in org.glassfish.ejb.deployment.node with parameters of type FieldDescriptor Modifier and Type Method Description NodeCmpFieldNode. writeDescriptor(Node parent, String nodeName, FieldDescriptor descriptor) -
Uses of FieldDescriptor in org.glassfish.ejb.deployment.util
Methods in org.glassfish.ejb.deployment.util with parameters of type FieldDescriptor Modifier and Type Method Description protected voidEjbBundleTracerVisitor. accept(FieldDescriptor fd)
-