Uses of Class
com.sun.jdo.api.persistence.model.Model
-
Packages that use Model 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 -
-
Uses of Model in com.sun.jdo.api.persistence.model
Subclasses of Model in com.sun.jdo.api.persistence.model Modifier and Type Class Description classRuntimeModelFields in com.sun.jdo.api.persistence.model declared as Model Modifier and Type Field Description static ModelModel. ENHANCERDefault instance of the model used by the enhancer.static ModelModel. RUNTIMEDefault instance of the model for use at runtime.Methods in com.sun.jdo.api.persistence.model that return Model Modifier and Type Method Description protected static ModelModel. 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 Modifier and Type Method Description static PersistenceClassElementPersistenceClassElement. 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.RelationshipElementRelationshipElement. getInverseRelationship(Model model)Get the inverse relationship element for this relationship element.voidRelationshipElement. 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 Modifier and Type Method Description static MappingClassElementMappingClassElementImpl. 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 Modifier and Type Method Description ModelModelValidator. getModel()Get the model object used for validation.Methods in com.sun.jdo.api.persistence.model.util with parameters of type Model Modifier and Type Method Description static voidDumpMapping. 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 Constructor Description ModelValidator(Model model, String className, ClassLoader classLoader, ResourceBundle bundle)Create a new model validator object.ModelValidator(Model model, String className, ResourceBundle bundle)
-