Uses of Class
org.datanucleus.metadata.ContainerComponent
-
Packages that use ContainerComponent Package Description org.datanucleus.metadata Provides classes representing the MetaData for files, packages, classes, fields, containers, etc. -
-
Uses of ContainerComponent in org.datanucleus.metadata
Fields in org.datanucleus.metadata declared as ContainerComponent Modifier and Type Field Description protected ContainerComponent
ArrayMetaData. element
Representation of the element of the array.protected ContainerComponent
CollectionMetaData. element
Representation of the element of the collection.protected ContainerComponent
MapMetaData. key
Representation of the key of the map.protected ContainerComponent
MapMetaData. value
Representation of the value of the map.
-