| Package | Description |
|---|---|
| com.sun.jdo.api.persistence.mapping.ejb | |
| com.sun.jdo.spi.persistence.support.ejb.ejbc |
| Modifier and Type | Method and Description |
|---|---|
DatabaseGenerator.Results |
MappingGenerator.generateMappingClasses(String dbName,
Boolean uniqueTableNames,
Properties userPolicy,
String inputFilesPath)
Create mapping classes and schema based on database vendor name.
|
Map |
MappingFile.intoMappingClasses(InputStream content,
ConversionHelper helper)
Convert an SunCmpMapping object into the equivelent collection of
MappingClassElement objects
|
Map |
MappingFile.intoMappingClasses(SunCmpMappings content,
ConversionHelper helper)
Convert an SunCmpMapping object into the equivelent collection of
MappingClassElement objects
|
protected Map |
MappingGenerator.loadMappingClasses(SunCmpMappings sunMapping,
ClassLoader classLoader)
load mapping classes from SunCmpMappings object
|
| Modifier and Type | Method and Description |
|---|---|
org.netbeans.modules.dbschema.SchemaElement |
MappingGenerator.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.
|
Copyright © 2019. All rights reserved.