Uses of Interface
com.sun.jdo.api.persistence.mapping.ejb.EJBInfoHelper
-
Packages that use EJBInfoHelper Package Description com.sun.jdo.api.persistence.mapping.ejb com.sun.jdo.spi.persistence.support.ejb.ejbc -
-
Uses of EJBInfoHelper in com.sun.jdo.api.persistence.mapping.ejb
Methods in com.sun.jdo.api.persistence.mapping.ejb that return EJBInfoHelper Modifier and Type Method Description protected EJBInfoHelperMappingGenerator. getInfoHelper()Constructors in com.sun.jdo.api.persistence.mapping.ejb with parameters of type EJBInfoHelper Constructor Description MappingGenerator(EJBInfoHelper infoHelper, ClassLoader loader, boolean skipGeneratedFields)Constructor -
Uses of EJBInfoHelper in com.sun.jdo.spi.persistence.support.ejb.ejbc
Classes in com.sun.jdo.spi.persistence.support.ejb.ejbc that implement EJBInfoHelper Modifier and Type Class Description classEJBBundleInfoHelperThis is a class which implements the EJBInfoHelper interface based on EjbBundleDescriptor and other DOL classes.
-