Uses of Interface
javax.jdo.metadata.ValueMetadata
Packages that use ValueMetadata
Package
Description
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 ValueMetadataModifier and TypeMethodDescriptionMemberMetadata.getValueMetadata()
Accessor for the value details.MemberMetadata.newValueMetadata()
Method to define the value details.Method to set the column name.ValueMetadata.setConverter
(AttributeConverter<?, ?> conv) Method to set the attribute converter to use for this value.ValueMetadata.setDeleteAction
(ForeignKeyAction action) Method to set the delete action of the FK.Method to set the table name.ValueMetadata.setUpdateAction
(ForeignKeyAction action) Method to set the update action of the FK.ValueMetadata.setUseDefaultConversion
(Boolean flag) Method to explicitly set whether to disable use of AttributeConverter for this type (either here, class-level or PMF level).