| Constructor and Description |
|---|
FilterEnhancer(Model metaData,
Properties settings,
PrintWriter out,
PrintWriter err)
Creates an instance of a JDO enhancer.
|
| Modifier and Type | Field and Description |
|---|---|
protected Model |
JDOMetaDataModelImpl.model |
| Constructor and Description |
|---|
JDOMetaDataModelImpl(Model model)
Creates an instance.
|
JDOMetaDataModelImpl(Model model,
PrintWriter out) |
| Modifier and Type | Method and Description |
|---|---|
Model |
EJBInfoHelper.getModel()
Gets the Model object to use for this helper.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RuntimeModel |
| Modifier and Type | Field and Description |
|---|---|
static Model |
Model.ENHANCER
Default instance of the model used by the enhancer.
|
static Model |
Model.RUNTIME
Default instance of the model for use at runtime.
|
| Modifier and Type | Method and Description |
|---|---|
protected static Model |
Model.NewModel(String testName,
String modelName)
Create a new Model of the requested type.
|
| Modifier and Type | Method and Description |
|---|---|
static PersistenceClassElement |
PersistenceClassElement.forName(String name,
Model model)
Returns the persistence class element associated with the class with
the given string name, using the given model object to look it up.
|
RelationshipElement |
RelationshipElement.getInverseRelationship(Model model)
Get the inverse relationship element for this relationship element.
|
void |
RelationshipElement.setInverseRelationship(RelationshipElement inverseRelationship,
Model model)
Set the inverse relationship element for this relationship element.
|
| Modifier and Type | Method and Description |
|---|---|
static MappingClassElement |
MappingClassElementImpl.forName(String name,
Model model)
Returns the mapping class element associated with the class with the
given string name, using the given model object to look it up.
|
| Modifier and Type | Method and Description |
|---|---|
Model |
ModelValidator.getModel()
Get the model object used for validation.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
DumpMapping.setModel(Model newModel)
Sets the internal model reference used by the DumpMapping methods
to the specified Model instance.
|
| Constructor and Description |
|---|
ModelValidator(Model model,
String className,
ClassLoader classLoader,
ResourceBundle bundle)
Create a new model validator object.
|
ModelValidator(Model model,
String className,
ResourceBundle bundle) |
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
Model |
EJBBundleInfoHelper.getModel() |
| Constructor and Description |
|---|
MappingGenerator(EjbBundleDescriptorImpl bundle,
Model model,
NameMapper nameMapper,
ClassLoader loader)
Constructor
|
| Modifier and Type | Field and Description |
|---|---|
protected Model |
EJBQLC.model
Meta data access.
|
protected Model |
TypeSupport.model
Meta data access.
|
| Constructor and Description |
|---|
EJBQLC(Model model,
NameMapper nameMapper)
Constructor.
|
TypeSupport(Model model,
NameMapper nameMapper)
Creates a new TypeSupport using the specified model instance to
access meta data and the specified nameMapper for EJB <-> JDO
name mapping.
|
| Constructor and Description |
|---|
EJBMetaDataModelImpl(Model model) |
| Modifier and Type | Class and Description |
|---|---|
class |
DeploymentDescriptorModel
This is a subclass of RuntimeModel which uses the deployment descriptor
to augment the java metadata for a non-existent persistence-capable
java/class file.
|
| Modifier and Type | Field and Description |
|---|---|
protected Model |
TypeTable.model
The model used to access class meta info
|
Copyright © 2019. All rights reserved.