| Package | Description |
|---|---|
| com.sun.jdo.api.persistence.model | |
| com.sun.jdo.api.persistence.model.jdo | |
| com.sun.jdo.api.persistence.model.mapping.impl | |
| com.sun.jdo.api.persistence.model.util |
| 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) |
Copyright © 2015. All rights reserved.