Uses of Interface
javax.jdo.metadata.ElementMetadata
- 
Packages that use ElementMetadata Package Description javax.jdo.metadata This package contains classes representing the different components of the JDO Metadata.
- 
- 
Uses of ElementMetadata in javax.jdo.metadataMethods in javax.jdo.metadata that return ElementMetadata Modifier and Type Method Description ElementMetadataMemberMetadata. getElementMetadata()Accessor for the element details.ElementMetadataMemberMetadata. newElementMetadata()Method to define the new element details.ElementMetadataElementMetadata. setColumn(String column)Method to set the column name.ElementMetadataElementMetadata. setConverter(AttributeConverter<?,?> conv)Method to set the attribute converter to use for this element.ElementMetadataElementMetadata. setDeleteAction(ForeignKeyAction action)Method to set the delete action of the FKElementMetadataElementMetadata. setTable(String table)Method to set the table name.ElementMetadataElementMetadata. setUpdateAction(ForeignKeyAction action)Method to set the update action of the FKElementMetadataElementMetadata. setUseDefaultConversion(Boolean flag)Method to explicitly set whether to disable use of AttributeConverter for this type (either here, class-level or PMF level).
 
-