Uses of Interface
javax.jdo.metadata.TypeMetadata
Packages that use TypeMetadata
Package
Description
Package providing the Java Data Objects (JDO) primary API components.
This package contains classes representing the different components of the JDO Metadata.
-
Uses of TypeMetadata in javax.jdo
Methods in javax.jdo that return TypeMetadataModifier and TypeMethodDescriptionPersistenceManagerFactory.getMetadata
(String className) Method to return the metadata object for the specified class/interface, if there is metadata defined for that class/interface. -
Uses of TypeMetadata in javax.jdo.metadata
Subinterfaces of TypeMetadata in javax.jdo.metadataModifier and TypeInterfaceDescriptioninterface
Represents a class.interface
Represents a persistent-interface.Methods in javax.jdo.metadata that return TypeMetadataModifier and TypeMethodDescriptionTypeMetadata.setCacheable
(boolean cacheable) Method to set whether this is cacheable.TypeMetadata.setCatalog
(String catalog) Method to set the catalog (ORM) for this component.TypeMetadata.setDetachable
(boolean detachable) Method to set whether this is detachable.TypeMetadata.setEmbeddedOnly
(boolean embedded) Method to set whether it is stored only as embedded in other objects.TypeMetadata.setIdentityType
(IdentityType id) Method to define the identity type to use.TypeMetadata.setObjectIdClass
(String idclass) Method to set the object-id (PK) class.TypeMetadata.setRequiresExtent
(boolean extent) Method to set whether the component requires an extent.Method to set the schema (ORM) for this component.TypeMetadata.setSerializeRead
(boolean flag) Method to set the default value of serializeRead for objects of this type.Method to set the table name.