Uses of Interface
javax.jdo.metadata.JDOMetadata
-
Packages that use JDOMetadata Package Description javax.jdo Package providing the Java Data Objects (JDO) primary API components.javax.jdo.metadata This package contains classes representing the different components of the JDO Metadata. -
-
Uses of JDOMetadata in javax.jdo
Methods in javax.jdo that return JDOMetadata Modifier and Type Method Description JDOMetadataJDOEnhancer. newMetadata()Method to return a new metadata object that can be subsequently modified and registered with the enhancement process using the methodJDOEnhancer.registerMetadata(javax.jdo.metadata.JDOMetadata).JDOMetadataPersistenceManagerFactory. newMetadata()Method to return a new metadata object that can be subsequently modified and registered with the persistence process using the methodPersistenceManagerFactory.registerMetadata(javax.jdo.metadata.JDOMetadata).Methods in javax.jdo with parameters of type JDOMetadata Modifier and Type Method Description voidJDOEnhancer. registerMetadata(JDOMetadata metadata)Method to register metadata with the enhancement process managed by thisJDOEnhancer.voidPersistenceManagerFactory. registerMetadata(JDOMetadata metadata)Method to register metadata with the persistence process managed by thisPersistenceManagerFactory. -
Uses of JDOMetadata in javax.jdo.metadata
Methods in javax.jdo.metadata that return JDOMetadata Modifier and Type Method Description JDOMetadataJDOMetadata. setCatalog(String catalog)Method to set the catalog (ORM) to apply to all classes in this JDO Metadata.JDOMetadataJDOMetadata. setSchema(String schema)Method to set the schema (ORM) to apply to all classes in this JDO Metadata.
-