Uses of Class
com.sun.jdo.api.persistence.model.Model
Packages that use Model
Package
Description
-
Uses of Model in com.sun.jdo.api.persistence.model
Subclasses of Model in com.sun.jdo.api.persistence.modelFields in com.sun.jdo.api.persistence.model declared as ModelModifier and TypeFieldDescriptionstatic final ModelModel.ENHANCERDefault instance of the model used by the enhancer.static final ModelModel.RUNTIMEDefault instance of the model for use at runtime.Methods in com.sun.jdo.api.persistence.model that return Model -
Uses of Model in com.sun.jdo.api.persistence.model.jdo
Methods in com.sun.jdo.api.persistence.model.jdo with parameters of type ModelModifier and TypeMethodDescriptionstatic PersistenceClassElementReturns the persistence class element associated with the class with the given string name, using the given model object to look it up.RelationshipElement.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 ModelModifier and TypeMethodDescriptionstatic MappingClassElementReturns 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 ModelModifier and TypeMethodDescriptionModelValidator.getModel()Get the model object used for validation.Methods in com.sun.jdo.api.persistence.model.util with parameters of type ModelModifier and TypeMethodDescriptionstatic voidSets 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 ModelModifierConstructorDescriptionModelValidator(Model model, String className, ClassLoader classLoader, ResourceBundle bundle) Create a new model validator object.ModelValidator(Model model, String className, ResourceBundle bundle)