Uses of Class
org.datanucleus.metadata.ContainerMetaData
Packages that use ContainerMetaData
Package
Description
Provides classes representing the MetaData for files, packages, classes, fields, containers, etc.
Package providing classes for supporting use of containers (collection, map, array) in DataNucleus.
-
Uses of ContainerMetaData in org.datanucleus.metadata
Subclasses of ContainerMetaData in org.datanucleus.metadataModifier and TypeClassDescriptionclass
Representation of the Meta-Data for an Array.class
Representation of the MetaData of a collection.class
Representation of the Meta-Data for a Map.Fields in org.datanucleus.metadata declared as ContainerMetaDataModifier and TypeFieldDescriptionprotected ContainerMetaData
AbstractMemberMetaData.containerMetaData
Meta-Data of any container.Methods in org.datanucleus.metadata that return ContainerMetaDataModifier and TypeMethodDescriptionAbstractMemberMetaData.getContainer()
Accessor for the container for this field.Methods in org.datanucleus.metadata with parameters of type ContainerMetaDataModifier and TypeMethodDescriptionvoid
AbstractMemberMetaData.setContainer
(ContainerMetaData conmd) Method to set the container for this field (if this field represents a container (collection, map, array).Constructors in org.datanucleus.metadata with parameters of type ContainerMetaData -
Uses of ContainerMetaData in org.datanucleus.store.types.containers
Methods in org.datanucleus.store.types.containers with type parameters of type ContainerMetaDataMethods in org.datanucleus.store.types.containers with parameters of type ContainerMetaDataModifier and TypeMethodDescriptionprivate ArrayMetaData
ArrayHandler.assertMetadataType
(ContainerMetaData existingMetaData) private CollectionMetaData
CollectionHandler.assertValidType
(ContainerMetaData metaData) private MapMetaData
MapHandler.assertValidType
(ContainerMetaData metaData) ElementContainerHandler.getElementTypeName
(ContainerMetaData cmd)