Uses of Class
org.glassfish.ejb.deployment.descriptor.PersistenceDescriptor
Packages that use PersistenceDescriptor
-
Uses of PersistenceDescriptor in org.glassfish.ejb.deployment.descriptor
Fields in org.glassfish.ejb.deployment.descriptor declared as PersistenceDescriptorMethods in org.glassfish.ejb.deployment.descriptor that return PersistenceDescriptorModifier and TypeMethodDescriptionEjbCMPEntityDescriptor.getPersistenceDescriptor()RelationRoleDescriptor.getPersistenceDescriptor()May return null if the role-source for this relationship role is a remote-ejb-nameMethods in org.glassfish.ejb.deployment.descriptor with parameters of type PersistenceDescriptorModifier and TypeMethodDescriptionvoidEjbCMPEntityDescriptor.setPersistenceDescriptor(PersistenceDescriptor pd) voidRelationRoleDescriptor.setPersistenceDescriptor(PersistenceDescriptor newPers) Can be set to null if there is no associated persistence descriptor.Constructors in org.glassfish.ejb.deployment.descriptor with parameters of type PersistenceDescriptorModifierConstructorDescriptionThe copy constructor.