Uses of Interface
javax.jdo.metadata.KeyMetadata
Packages that use KeyMetadata
Package
Description
This package contains classes representing the different components of the JDO Metadata.
-
Uses of KeyMetadata in javax.jdo.metadata
Methods in javax.jdo.metadata that return KeyMetadataModifier and TypeMethodDescriptionMemberMetadata.getKeyMetadata()
Accessor for the key details.MemberMetadata.newKeyMetadata()
Method to define the key details.Method to set the column name.KeyMetadata.setConverter
(AttributeConverter<?, ?> conv) Method to set the attribute converter to use for this key.KeyMetadata.setDeleteAction
(ForeignKeyAction action) Method to set the delete action of the FKMethod to set the table name.KeyMetadata.setUpdateAction
(ForeignKeyAction action) Method to set the update action of the FK.KeyMetadata.setUseDefaultConversion
(Boolean flag) Method to explicitly set whether to disable use of AttributeConverter for this type (either here, class-level or PMF level).