Uses of Interface
javax.jdo.metadata.ComponentMetadata

Packages that use ComponentMetadata
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 ComponentMetadata in javax.jdo
 

Methods in javax.jdo that return ComponentMetadata
 ComponentMetadata PersistenceManagerFactory.getMetadata(java.lang.String className)
          Method to return the metadata object for the specified class/interface, if there is metadata defined for that class/interface.
 

Uses of ComponentMetadata in javax.jdo.metadata
 

Subinterfaces of ComponentMetadata in javax.jdo.metadata
 interface ClassMetadata
          Represents a class.
 interface InterfaceMetadata
          Represents a persistent-interface.
 

Methods in javax.jdo.metadata that return ComponentMetadata
 ComponentMetadata ComponentMetadata.setCacheable(boolean cacheable)
          Method to set whether this is cacheable
 ComponentMetadata ComponentMetadata.setCatalog(java.lang.String catalog)
          Method to set the catalog (ORM) for this component
 ComponentMetadata ComponentMetadata.setDetachable(boolean detachable)
          Method to set whether this is detachable
 ComponentMetadata ComponentMetadata.setEmbeddedOnly(boolean embedded)
          Method to set whether it is stored only as embedded in other objects.
 ComponentMetadata ComponentMetadata.setIdentityType(IdentityType id)
          Method to define the identity type to use.
 ComponentMetadata ComponentMetadata.setObjectIdClass(java.lang.String idclass)
          Method to set the object-id (PK) class.
 ComponentMetadata ComponentMetadata.setRequiresExtent(boolean extent)
          Method to set whether the component requires an extent.
 ComponentMetadata ComponentMetadata.setSchema(java.lang.String schema)
          Method to set the schema (ORM) for this component
 ComponentMetadata ComponentMetadata.setSerializeRead(boolean flag)
          Method to set the default value of serializeRead for objects of this type.
 ComponentMetadata ComponentMetadata.setTable(java.lang.String table)
          Method to set the table name.
 



Copyright © 2005-2009 Apache Software Foundation. All Rights Reserved.