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