Uses of Class
com.sun.jdo.spi.persistence.support.ejb.codegen.GeneratorException
-
Packages that use GeneratorException Package Description com.sun.jdo.spi.persistence.support.ejb.codegen com.sun.jdo.spi.persistence.support.ejb.ejbc -
-
Uses of GeneratorException in com.sun.jdo.spi.persistence.support.ejb.codegen
Methods in com.sun.jdo.spi.persistence.support.ejb.codegen that throw GeneratorException Modifier and Type Method Description Collection<File>CMPGenerator. cleanup()This method is called once for each ejb module in the application that contains CMP beans.voidCMPGenerator. generate(IASEjbCMPEntityDescriptor descr, File srcout, File classout)This method is called once for each CMP bean of the corresponding ejb module.voidCMPGenerator. init(EjbBundleDescriptorImpl ejbBundleDescriptor, ClassLoader cl, String bundlePathName)Deprecated.This method is not used by the deployment back end, and should be removed as soon as the TestFramework is fixed.voidCMPGenerator. init(EjbBundleDescriptorImpl ejbBundleDescriptor, DeploymentContext ctx, String bundlePathName, String generatedXmlsPathName)This method is called once for each ejb module in the application that contains CMP beans. -
Uses of GeneratorException in com.sun.jdo.spi.persistence.support.ejb.ejbc
Methods in com.sun.jdo.spi.persistence.support.ejb.ejbc that return GeneratorException Modifier and Type Method Description static GeneratorExceptionJDOCodeGeneratorHelper. createGeneratorException(String key, EjbBundleDescriptor bundle)Create GeneratorException for this message key.static GeneratorExceptionJDOCodeGeneratorHelper. createGeneratorException(String key, EjbBundleDescriptor bundle, Exception e)Create GeneratorException for this message key.static GeneratorExceptionJDOCodeGeneratorHelper. createGeneratorException(String key, String beanName, EjbBundleDescriptor bundle)Create GeneratorException for this message key and bean name.static GeneratorExceptionJDOCodeGeneratorHelper. createGeneratorException(String key, String beanName, EjbBundleDescriptor bundle, Exception e)Create GeneratorException for this message key and bean name.static GeneratorExceptionJDOCodeGeneratorHelper. createGeneratorException(String key, String beanName, EjbBundleDescriptor bundle, Exception e, StringBuilder buf)Create GeneratorException for this message key, bean name, and a StringBuilder with validation exceptions.static GeneratorExceptionJDOCodeGeneratorHelper. createGeneratorException(String key, String beanName, EjbBundleDescriptor bundle, String msg)Create GeneratorException for this message key and bean name.Methods in com.sun.jdo.spi.persistence.support.ejb.ejbc that throw GeneratorException Modifier and Type Method Description CollectionJDOCodeGenerator. cleanup()voidJDOCodeGenerator. generate(IASEjbCMPEntityDescriptor ejbcmp, File srcout, File classout)org.netbeans.modules.dbschema.SchemaElementMappingGenerator. generateMapping(DeploymentContext ctx, String inputFilesPath, String generatedXmlsPath, File classout, boolean ignoreSunDeploymentDescriptors)This method will load mapping classes if there is sun-cmp-mappings.xml, otherwise it will call the database generation backend to create mapping classes and schema.voidJDOCodeGenerator. init(EjbBundleDescriptorImpl bundle, ClassLoader loader, String bundlePathName)Deprecated.voidJDOCodeGenerator. init(EjbBundleDescriptorImpl bundle, ClassLoader loader, String bundlePathName, boolean ignoreSunDeploymentDescriptors)Called by static verifier to bypass mapping validation or internally by other init() methods.voidJDOCodeGenerator. init(EjbBundleDescriptorImpl bundle, DeploymentContext ctx, String bundlePathName, String generatedXmlsPathName)
-