Uses of Class
com.sun.jdo.spi.persistence.support.ejb.codegen.GeneratorException
Packages that use GeneratorException
Package
Description
-
Uses of GeneratorException in com.sun.jdo.spi.persistence.support.ejb.codegen
Methods in com.sun.jdo.spi.persistence.support.ejb.codegen that throw GeneratorExceptionModifier and TypeMethodDescriptionCMPGenerator.cleanup()This method is called once for each ejb module in the application that contains CMP beans.voidCMPGenerator.generate(org.glassfish.ejb.deployment.descriptor.IASEjbCMPEntityDescriptor descr, File srcout, File classout) This method is called once for each CMP bean of the corresponding ejb module.voidCMPGenerator.init(org.glassfish.ejb.deployment.descriptor.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(org.glassfish.ejb.deployment.descriptor.EjbBundleDescriptorImpl ejbBundleDescriptor, org.glassfish.api.deployment.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 GeneratorExceptionModifier and TypeMethodDescriptionstatic GeneratorExceptionJDOCodeGeneratorHelper.createGeneratorException(String key, com.sun.enterprise.deployment.EjbBundleDescriptor bundle) Create GeneratorException for this message key.static GeneratorExceptionJDOCodeGeneratorHelper.createGeneratorException(String key, com.sun.enterprise.deployment.EjbBundleDescriptor bundle, Exception e) Create GeneratorException for this message key.static GeneratorExceptionJDOCodeGeneratorHelper.createGeneratorException(String key, String beanName, com.sun.enterprise.deployment.EjbBundleDescriptor bundle) Create GeneratorException for this message key and bean name.static GeneratorExceptionJDOCodeGeneratorHelper.createGeneratorException(String key, String beanName, com.sun.enterprise.deployment.EjbBundleDescriptor bundle, Exception e) Create GeneratorException for this message key and bean name.static GeneratorExceptionJDOCodeGeneratorHelper.createGeneratorException(String key, String beanName, com.sun.enterprise.deployment.EjbBundleDescriptor bundle, Exception e, StringBuffer buf) Create GeneratorException for this message key, bean name, and a StringBuffer with validation exceptions.static GeneratorExceptionJDOCodeGeneratorHelper.createGeneratorException(String key, String beanName, com.sun.enterprise.deployment.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 GeneratorExceptionModifier and TypeMethodDescriptionJDOCodeGenerator.cleanup()voidJDOCodeGenerator.generate(org.glassfish.ejb.deployment.descriptor.IASEjbCMPEntityDescriptor ejbcmp, File srcout, File classout) org.netbeans.modules.dbschema.SchemaElementMappingGenerator.generateMapping(org.glassfish.api.deployment.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(org.glassfish.ejb.deployment.descriptor.EjbBundleDescriptorImpl bundle, ClassLoader loader, String bundlePathName) Deprecated.voidJDOCodeGenerator.init(org.glassfish.ejb.deployment.descriptor.EjbBundleDescriptorImpl bundle, ClassLoader loader, String bundlePathName, boolean ignoreSunDeploymentDescriptors) Called by static verifier to bypass mapping validation or internally by other init() methods.voidJDOCodeGenerator.init(org.glassfish.ejb.deployment.descriptor.EjbBundleDescriptorImpl bundle, org.glassfish.api.deployment.DeploymentContext ctx, String bundlePathName, String generatedXmlsPathName)