Uses of Class
com.sun.jdo.spi.persistence.support.ejb.codegen.GeneratorException

Packages that use GeneratorException
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
 java.util.Collection<java.io.File> CMPGenerator.cleanup()
          This method is called once for each ejb module in the application that contains CMP beans.
 void CMPGenerator.generate(IASEjbCMPEntityDescriptor descr, java.io.File srcout, java.io.File classout)
          This method is called once for each CMP bean of the corresponding ejb module.
 void CMPGenerator.init(EjbBundleDescriptor ejbBundleDescriptor, java.lang.ClassLoader cl, java.lang.String bundlePathName)
          Deprecated. This method is not used by the deployment back end, and should be removed as soon as the TestFramework is fixed.
 void CMPGenerator.init(EjbBundleDescriptor ejbBundleDescriptor, DeploymentContext ctx, java.lang.String bundlePathName, java.lang.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
static GeneratorException JDOCodeGeneratorHelper.createGeneratorException(java.lang.String key, EjbBundleDescriptor bundle)
          Create GeneratorException for this message key.
static GeneratorException JDOCodeGeneratorHelper.createGeneratorException(java.lang.String key, EjbBundleDescriptor bundle, java.lang.Exception e)
          Create GeneratorException for this message key.
static GeneratorException JDOCodeGeneratorHelper.createGeneratorException(java.lang.String key, java.lang.String beanName, EjbBundleDescriptor bundle)
          Create GeneratorException for this message key and bean name.
static GeneratorException JDOCodeGeneratorHelper.createGeneratorException(java.lang.String key, java.lang.String beanName, EjbBundleDescriptor bundle, java.lang.Exception e)
          Create GeneratorException for this message key and bean name.
static GeneratorException JDOCodeGeneratorHelper.createGeneratorException(java.lang.String key, java.lang.String beanName, EjbBundleDescriptor bundle, java.lang.Exception e, java.lang.StringBuffer buf)
          Create GeneratorException for this message key, bean name, and a StringBuffer with validation exceptions.
static GeneratorException JDOCodeGeneratorHelper.createGeneratorException(java.lang.String key, java.lang.String beanName, EjbBundleDescriptor bundle, java.lang.String msg)
          Create GeneratorException for this message key and bean name.
 

Methods in com.sun.jdo.spi.persistence.support.ejb.ejbc that throw GeneratorException
 java.util.Collection JDOCodeGenerator.cleanup()
           
 void JDOCodeGenerator.generate(IASEjbCMPEntityDescriptor ejbcmp, java.io.File srcout, java.io.File classout)
           
 org.netbeans.modules.dbschema.SchemaElement MappingGenerator.generateMapping(DeploymentContext ctx, java.lang.String inputFilesPath, java.lang.String generatedXmlsPath, java.io.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.
 void JDOCodeGenerator.init(EjbBundleDescriptor bundle, java.lang.ClassLoader loader, java.lang.String bundlePathName)
          Deprecated.  
 void JDOCodeGenerator.init(EjbBundleDescriptor bundle, java.lang.ClassLoader loader, java.lang.String bundlePathName, boolean ignoreSunDeploymentDescriptors)
          Called by static verifier to bypass mapping validation or internally by other init() methods.
 void JDOCodeGenerator.init(EjbBundleDescriptor bundle, DeploymentContext ctx, java.lang.String bundlePathName, java.lang.String generatedXmlsPathName)
           
 



Copyright © 2012 GlassFish Community. All Rights Reserved.