Uses of Class
org.glassfish.ejb.deployment.descriptor.IASEjbCMPEntityDescriptor
-
Packages that use IASEjbCMPEntityDescriptor Package Description com.sun.jdo.spi.persistence.support.ejb.codegen com.sun.jdo.spi.persistence.support.ejb.ejbc org.glassfish.ejb.deployment.node.runtime -
-
Uses of IASEjbCMPEntityDescriptor in com.sun.jdo.spi.persistence.support.ejb.codegen
Methods in com.sun.jdo.spi.persistence.support.ejb.codegen with parameters of type IASEjbCMPEntityDescriptor Modifier and Type Method Description voidCMPGenerator. generate(IASEjbCMPEntityDescriptor descr, File srcout, File classout)This method is called once for each CMP bean of the corresponding ejb module.CollectionCMPGenerator. validate(IASEjbCMPEntityDescriptor descr)This method may be called once for each CMP bean of the corresponding ejb module to perform the validation. -
Uses of IASEjbCMPEntityDescriptor in com.sun.jdo.spi.persistence.support.ejb.ejbc
Methods in com.sun.jdo.spi.persistence.support.ejb.ejbc with parameters of type IASEjbCMPEntityDescriptor Modifier and Type Method Description voidJDOCodeGenerator. generate(IASEjbCMPEntityDescriptor ejbcmp, File srcout, File classout)CollectionJDOCodeGenerator. validate(IASEjbCMPEntityDescriptor descr)Constructors in com.sun.jdo.spi.persistence.support.ejb.ejbc with parameters of type IASEjbCMPEntityDescriptor Constructor Description MethodHelper(IASEjbCMPEntityDescriptor descriptor)Creates a new instance of MethodHelper -
Uses of IASEjbCMPEntityDescriptor in org.glassfish.ejb.deployment.node.runtime
Fields in org.glassfish.ejb.deployment.node.runtime declared as IASEjbCMPEntityDescriptor Modifier and Type Field Description protected IASEjbCMPEntityDescriptorCmpNode. descriptorMethods in org.glassfish.ejb.deployment.node.runtime that return IASEjbCMPEntityDescriptor Modifier and Type Method Description IASEjbCMPEntityDescriptorCmpNode. getDescriptor()Methods in org.glassfish.ejb.deployment.node.runtime with parameters of type IASEjbCMPEntityDescriptor Modifier and Type Method Description NodeCmpNode. writeDescriptor(Node parent, String nodeName, IASEjbCMPEntityDescriptor ejbDescriptor)
-