Package | Description |
---|---|
org.datanucleus.metadata |
Provides classes representing the MetaData for files, packages, classes, fields, containers, etc.
|
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.
|
Copyright © 2017. All rights reserved.