| Package | Description |
|---|---|
| com.sun.jdo.spi.persistence.support.ejb.codegen | |
| com.sun.jdo.spi.persistence.support.ejb.ejbc |
| Modifier and Type | Method and Description |
|---|---|
Collection<File> |
CMPGenerator.cleanup()
This method is called once for each ejb module in the application
that contains CMP beans.
|
void |
CMPGenerator.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.
|
void |
CMPGenerator.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.
|
void |
CMPGenerator.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.
|
| Modifier and Type | Method and Description |
|---|---|
static GeneratorException |
JDOCodeGeneratorHelper.createGeneratorException(String key,
com.sun.enterprise.deployment.EjbBundleDescriptor bundle)
Create GeneratorException for this message key.
|
static GeneratorException |
JDOCodeGeneratorHelper.createGeneratorException(String key,
com.sun.enterprise.deployment.EjbBundleDescriptor bundle,
Exception e)
Create GeneratorException for this message key.
|
static GeneratorException |
JDOCodeGeneratorHelper.createGeneratorException(String key,
String beanName,
com.sun.enterprise.deployment.EjbBundleDescriptor bundle)
Create GeneratorException for this message key and bean name.
|
static GeneratorException |
JDOCodeGeneratorHelper.createGeneratorException(String key,
String beanName,
com.sun.enterprise.deployment.EjbBundleDescriptor bundle,
Exception e)
Create GeneratorException for this message key and bean name.
|
static GeneratorException |
JDOCodeGeneratorHelper.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 GeneratorException |
JDOCodeGeneratorHelper.createGeneratorException(String key,
String beanName,
com.sun.enterprise.deployment.EjbBundleDescriptor bundle,
String msg)
Create GeneratorException for this message key and bean name.
|
| Modifier and Type | Method and Description |
|---|---|
Collection |
JDOCodeGenerator.cleanup() |
void |
JDOCodeGenerator.generate(org.glassfish.ejb.deployment.descriptor.IASEjbCMPEntityDescriptor ejbcmp,
File srcout,
File classout) |
org.netbeans.modules.dbschema.SchemaElement |
MappingGenerator.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.
|
void |
JDOCodeGenerator.init(org.glassfish.ejb.deployment.descriptor.EjbBundleDescriptorImpl bundle,
ClassLoader loader,
String bundlePathName)
Deprecated.
|
void |
JDOCodeGenerator.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.
|
void |
JDOCodeGenerator.init(org.glassfish.ejb.deployment.descriptor.EjbBundleDescriptorImpl bundle,
org.glassfish.api.deployment.DeploymentContext ctx,
String bundlePathName,
String generatedXmlsPathName) |
Copyright © 2017–2019 Eclipse Foundation. All rights reserved.