Uses of Class
org.glassfish.ejb.deployment.descriptor.EjbCMPEntityDescriptor
-
Packages that use EjbCMPEntityDescriptor Package Description com.sun.jdo.spi.persistence.support.ejb.ejbc com.sun.jdo.spi.persistence.support.ejb.model.util org.glassfish.ejb.deployment.descriptor -
-
Uses of EjbCMPEntityDescriptor in com.sun.jdo.spi.persistence.support.ejb.ejbc
Methods in com.sun.jdo.spi.persistence.support.ejb.ejbc that return EjbCMPEntityDescriptor Modifier and Type Method Description protected EjbCMPEntityDescriptorAbstractMethodHelper. getDescriptor()Gets the EjbCMPEntityDescriptor which defines the information for this bean.EjbCMPEntityDescriptorNameMapper. getDescriptorForEjbName(String name)Gets the EjbCMPEntityDescriptor which represents the ejb with the specified name.Constructors in com.sun.jdo.spi.persistence.support.ejb.ejbc with parameters of type EjbCMPEntityDescriptor Constructor Description AbstractMethodHelper(EjbCMPEntityDescriptor descriptor)Creates a new instance of AbstractMethodHelper -
Uses of EjbCMPEntityDescriptor in com.sun.jdo.spi.persistence.support.ejb.model.util
Methods in com.sun.jdo.spi.persistence.support.ejb.model.util that return EjbCMPEntityDescriptor Modifier and Type Method Description abstract EjbCMPEntityDescriptorNameMapper. getDescriptorForEjbName(String name)Gets the EjbCMPEntityDescriptor which represents the ejb with the specified name. -
Uses of EjbCMPEntityDescriptor in org.glassfish.ejb.deployment.descriptor
Subclasses of EjbCMPEntityDescriptor in org.glassfish.ejb.deployment.descriptor Modifier and Type Class Description classIASEjbCMPEntityDescriptorThis class contains information about EJB1.1 and EJB2.0 CMP EntityBeans.Methods in org.glassfish.ejb.deployment.descriptor that return EjbCMPEntityDescriptor Modifier and Type Method Description EjbCMPEntityDescriptorRelationRoleDescriptor. getOwner()Methods in org.glassfish.ejb.deployment.descriptor with parameters of type EjbCMPEntityDescriptor Modifier and Type Method Description voidRelationRoleDescriptor. setOwner(EjbCMPEntityDescriptor owner)voidPersistenceDescriptor. setParentDescriptor(EjbCMPEntityDescriptor parentDesc)
-