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