Uses of Interface
javax.jdo.metadata.MapMetadata
Packages that use MapMetadata
Package
Description
This package contains classes representing the different components of the JDO Metadata.
-
Uses of MapMetadata in javax.jdo.metadata
Methods in javax.jdo.metadata that return MapMetadataModifier and TypeMethodDescriptionMemberMetadata.getMapMetadata()
Accessor for the map details.MemberMetadata.newMapMetadata()
Method to define the map details (if the field/property is an map).MapMetadata.setDependentKey
(boolean val) Method to set whether the key is dependent.MapMetadata.setDependentValue
(boolean val) Method to set whether the value is dependent.MapMetadata.setEmbeddedKey
(boolean val) Method to set whether the key is embedded.MapMetadata.setEmbeddedValue
(boolean val) Method to set whether the value is embedded.MapMetadata.setKeyType
(String type) Method to set the name of the key type.MapMetadata.setSerializedKey
(boolean val) Method to set whether the key is serialised.MapMetadata.setSerializedValue
(boolean val) Method to set whether the value is serialised.MapMetadata.setValueType
(String type) Method to set the name of the value type.