Package | Description |
---|---|
org.datanucleus.metadata |
Provides classes representing the MetaData for files, packages, classes, fields, containers, etc.
|
org.datanucleus.store.objectvaluegenerator |
Modifier and Type | Field and Description |
---|---|
protected Collection<ExtensionMetaData> |
MetaData.extensions
List of extensions for this MetaData element.
|
Modifier and Type | Method and Description |
---|---|
ExtensionMetaData[] |
MetaData.getExtensions() |
ExtensionMetaData |
MetaData.newExtensionMetaData(String vendor,
String key,
String value)
Method to create a new ExtensionMetaData, add it, and return it.
|
Modifier and Type | Method and Description |
---|---|
Object |
ObjectValueGenerator.generate(ExecutionContext ec,
Object obj,
ExtensionMetaData[] extensions)
Method that takes the object being persisted by the specified ExecutionContext
and generates a value (based on the contents of the object).
|
Copyright © 2017. All rights reserved.