|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use JDOMetadata | |
|---|---|
| javax.jdo | This package contains the JDO specification interfaces and classes. |
| 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 | |
|---|---|
JDOMetadata |
PersistenceManagerFactory.newMetadata()
Method to return a new metadata object that can be subsequently modified and registered with the persistence process using the method PersistenceManagerFactory.registerMetadata(javax.jdo.metadata.JDOMetadata). |
JDOMetadata |
JDOEnhancer.newMetadata()
Method to return a new metadata object that can be subsequently modified and registered with the enhancement process using the method JDOEnhancer.registerMetadata(javax.jdo.metadata.JDOMetadata). |
| Methods in javax.jdo with parameters of type JDOMetadata | |
|---|---|
void |
PersistenceManagerFactory.registerMetadata(JDOMetadata metadata)
Method to register metadata with the persistence process managed by this PersistenceManagerFactory. |
void |
JDOEnhancer.registerMetadata(JDOMetadata metadata)
Method to register metadata with the enhancement process managed by this JDOEnhancer. |
| Uses of JDOMetadata in javax.jdo.metadata |
|---|
| Methods in javax.jdo.metadata that return JDOMetadata | |
|---|---|
JDOMetadata |
JDOMetadata.setCatalog(java.lang.String catalog)
Method to set the catalog (ORM) to apply to all classes in this JDO Metadata. |
JDOMetadata |
JDOMetadata.setSchema(java.lang.String schema)
Method to set the schema (ORM) to apply to all classes in this JDO Metadata. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||