| Package | Description | 
|---|---|
| org.datanucleus.metadata | 
 
        Provides classes representing the MetaData for files, packages, classes, fields, containers, etc. 
 | 
| org.datanucleus.store.types | 
 Package providing basic java type handling for DataNucleus. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ArrayMetaData
Representation of the Meta-Data for an Array. 
 | 
class  | 
CollectionMetaData
Representation of the MetaData of a collection. 
 | 
class  | 
MapMetaData
Representation of the Meta-Data for a Map. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
protected ContainerMetaData | 
AbstractMemberMetaData.containerMetaData
Meta-Data of any container. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
ContainerMetaData | 
AbstractMemberMetaData.getContainer()
Accessor for the container for this field. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
AbstractMemberMetaData.setContainer(ContainerMetaData conmd)
Method to set the container for this field (if this field represents a
 container (collection, map, array). 
 | 
| Constructor and Description | 
|---|
ContainerMetaData(ContainerMetaData contmd)
Copy constructor. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
<M extends ContainerMetaData> | 
ContainerHandler.newMetaData()  | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
ElementContainerHandler.getElementTypeName(ContainerMetaData cmd)  | 
Copyright © 2018. All rights reserved.