Uses of Class
com.sun.jdo.api.persistence.model.Model
-
-
Uses of Model in com.sun.jdo.api.persistence.enhancer
Constructors in com.sun.jdo.api.persistence.enhancer with parameters of type Model Constructor Description FilterEnhancer(Model metaData, Properties settings, PrintWriter out, PrintWriter err)Creates an instance of a JDO enhancer. -
Uses of Model in com.sun.jdo.api.persistence.enhancer.meta
Fields in com.sun.jdo.api.persistence.enhancer.meta declared as Model Modifier and Type Field Description protected ModelJDOMetaDataModelImpl. modelConstructors in com.sun.jdo.api.persistence.enhancer.meta with parameters of type Model Constructor Description JDOMetaDataModelImpl(Model model)Creates an instance.JDOMetaDataModelImpl(Model model, PrintWriter out) -
Uses of Model in com.sun.jdo.api.persistence.mapping.ejb
Methods in com.sun.jdo.api.persistence.mapping.ejb that return Model Modifier and Type Method Description ModelEJBInfoHelper. getModel()Gets the Model object to use for this helper. -
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) -
Uses of Model in com.sun.jdo.spi.persistence.generator.database
Methods in com.sun.jdo.spi.persistence.generator.database with parameters of type Model Modifier and Type Method Description static DatabaseGenerator.ResultsDatabaseGenerator. 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. -
Uses of Model in com.sun.jdo.spi.persistence.support.ejb.ejbc
Methods in com.sun.jdo.spi.persistence.support.ejb.ejbc that return Model Modifier and Type Method Description ModelEJBBundleInfoHelper. getModel()Constructors in com.sun.jdo.spi.persistence.support.ejb.ejbc with parameters of type Model Constructor Description MappingGenerator(EjbBundleDescriptorImpl bundle, Model model, NameMapper nameMapper, ClassLoader loader)Constructor -
Uses of Model in com.sun.jdo.spi.persistence.support.ejb.ejbqlc
Fields in com.sun.jdo.spi.persistence.support.ejb.ejbqlc declared as Model Modifier and Type Field Description protected ModelEJBQLC. modelMeta data access.protected ModelTypeSupport. modelMeta data access.Constructors in com.sun.jdo.spi.persistence.support.ejb.ejbqlc with parameters of type Model Constructor 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. -
Uses of Model in com.sun.jdo.spi.persistence.support.ejb.enhancer.meta
Constructors in com.sun.jdo.spi.persistence.support.ejb.enhancer.meta with parameters of type Model Constructor Description EJBMetaDataModelImpl(Model model) -
Uses of Model in com.sun.jdo.spi.persistence.support.ejb.model
Subclasses of Model in com.sun.jdo.spi.persistence.support.ejb.model Modifier and Type Class Description classDeploymentDescriptorModelThis is a subclass of RuntimeModel which uses the deployment descriptor to augment the java metadata for a non-existent persistence-capable java/class file. -
Uses of Model in com.sun.jdo.spi.persistence.support.sqlstore.query.util.type
Fields in com.sun.jdo.spi.persistence.support.sqlstore.query.util.type declared as Model Modifier and Type Field Description protected ModelTypeTable. modelThe model used to access class meta info
-