|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Model | |
|---|---|
| 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 | |
| Uses of Model in com.sun.jdo.api.persistence.model |
|---|
| Subclasses of Model in com.sun.jdo.api.persistence.model | |
|---|---|
class |
RuntimeModel
|
| Fields in com.sun.jdo.api.persistence.model declared as Model | |
|---|---|
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. |
| Methods in com.sun.jdo.api.persistence.model that return Model | |
|---|---|
protected static Model |
Model.NewModel(String testName,
String modelName)
Create a new Model of the requested type. |
| Uses of Model in com.sun.jdo.api.persistence.model.jdo |
|---|
| Methods in com.sun.jdo.api.persistence.model.jdo with parameters of type Model | |
|---|---|
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. |
| Uses of Model in com.sun.jdo.api.persistence.model.mapping.impl |
|---|
| Methods in com.sun.jdo.api.persistence.model.mapping.impl with parameters of type Model | |
|---|---|
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. |
| Uses of Model in com.sun.jdo.api.persistence.model.util |
|---|
| Methods in com.sun.jdo.api.persistence.model.util that return Model | |
|---|---|
Model |
ModelValidator.getModel()
Get the model object used for validation. |
| Methods in com.sun.jdo.api.persistence.model.util with parameters of type Model | |
|---|---|
static void |
DumpMapping.setModel(Model newModel)
Sets the internal model reference used by the DumpMapping methods to the specified Model instance. |
| Constructors in com.sun.jdo.api.persistence.model.util with parameters of type Model | |
|---|---|
ModelValidator(Model model,
String className,
ClassLoader classLoader,
ResourceBundle bundle)
Create a new model validator object. |
|
ModelValidator(Model model,
String className,
ResourceBundle bundle)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||