Uses of Interface
javax.jdo.metadata.CollectionMetadata
-
Packages that use CollectionMetadata Package Description javax.jdo.metadata 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 CollectionMetadata Modifier and Type Method Description CollectionMetadataMemberMetadata. getCollectionMetadata()Accessor for the array details.CollectionMetadataMemberMetadata. newCollectionMetadata()Method to define the array details (if the field/property is an array).CollectionMetadataCollectionMetadata. setDependentElement(boolean val)Method to set whether the element is dependent.CollectionMetadataCollectionMetadata. setElementType(String type)Method to set the name of the element type.CollectionMetadataCollectionMetadata. setEmbeddedElement(boolean val)Method to set whether the element is embedded.CollectionMetadataCollectionMetadata. setSerializedElement(boolean val)Method to set whether the element is serialised.
-