Uses of Interface
javax.jdo.metadata.CollectionMetadata
Packages that use CollectionMetadata
Package
Description
This package contains classes representing the different components of the JDO Metadata.
-
Uses of CollectionMetadata in javax.jdo.metadata
Methods in javax.jdo.metadata that return CollectionMetadataModifier and TypeMethodDescriptionMemberMetadata.getCollectionMetadata()Accessor for the array details.MemberMetadata.newCollectionMetadata()Method to define the array details (if the field/property is an array).CollectionMetadata.setDependentElement(boolean val) Method to set whether the element is dependent.CollectionMetadata.setElementType(String type) Method to set the name of the element type.CollectionMetadata.setEmbeddedElement(boolean val) Method to set whether the element is embedded.CollectionMetadata.setSerializedElement(boolean val) Method to set whether the element is serialised.