Uses of Class
org.glassfish.ejb.deployment.descriptor.FieldDescriptor
Packages that use FieldDescriptor
Package
Description
-
Uses of FieldDescriptor in org.glassfish.ejb.deployment
Methods in org.glassfish.ejb.deployment that return types with arguments of type FieldDescriptorModifier and TypeMethodDescriptionBeanMethodCalculatorImpl.getPossibleCmpCmrFields(ClassLoader cl, String className) -
Uses of FieldDescriptor in org.glassfish.ejb.deployment.descriptor
Methods in org.glassfish.ejb.deployment.descriptor that return FieldDescriptorMethods in org.glassfish.ejb.deployment.descriptor that return types with arguments of type FieldDescriptorModifier and TypeMethodDescriptionPersistenceDescriptor.getCMPFields()Return the Set of fields deemed persistent.EjbCMPEntityDescriptor.getFieldDescriptors()PersistenceDescriptor.getPkeyFields()Return the Set of primary key fields.static Vector<FieldDescriptor>EjbCMPEntityDescriptor.getPossibleCmpCmrFields(ClassLoader cl, String className) Methods in org.glassfish.ejb.deployment.descriptor with parameters of type FieldDescriptorModifier and TypeMethodDescriptionvoidPersistenceDescriptor.addCMPField(FieldDescriptor fieldDesc) booleanPersistenceDescriptor.isPkeyField(FieldDescriptor fieldDesc) voidPersistenceDescriptor.removeCMPField(FieldDescriptor fieldDesc) voidEjbCMPEntityDescriptor.setPrimaryKeyFieldDesc(FieldDescriptor pkf) Method parameters in org.glassfish.ejb.deployment.descriptor with type arguments of type FieldDescriptorModifier and TypeMethodDescriptionvoidPersistenceDescriptor.setCMPFields(Set<FieldDescriptor> cmpFields) Set the FieldDescriptor objects that the EJB container will persist for this bean.voidPersistenceDescriptor.setPkeyFields(Set<FieldDescriptor> pkeyFields) Set the FieldDescriptor objects for primary key fields for this bean. -
Uses of FieldDescriptor in org.glassfish.ejb.deployment.node
Methods in org.glassfish.ejb.deployment.node that return FieldDescriptorMethods in org.glassfish.ejb.deployment.node with parameters of type FieldDescriptorModifier and TypeMethodDescriptionCmpFieldNode.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 FieldDescriptorModifier and TypeMethodDescriptionprotected voidEjbBundleTracerVisitor.accept(FieldDescriptor field)