| Package | Description |
|---|---|
| com.sun.jdo.api.persistence.mapping.ejb | |
| com.sun.jdo.spi.persistence.generator.database |
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
static DatabaseGenerator.Results |
DatabaseGenerator.generate(Model model,
List pcClasses,
MappingPolicy mappingPolicy,
String schemaName,
String classSuffix,
boolean generateMappingClasses)
Generate database schema and mapping model from given map of
persistence class names.
|
Copyright © 2019. All rights reserved.