| Package | Description |
|---|---|
| org.datanucleus.store |
Package handling the storage of classes to the datastore, and the management of the datastore.
|
| Modifier and Type | Field and Description |
|---|---|
protected StoreData.Type |
StoreData.type
Type of data being stored (FCO, SCO).
|
| Modifier and Type | Method and Description |
|---|---|
StoreData.Type |
StoreData.getType()
Accessor for type.
|
static StoreData.Type |
StoreData.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StoreData.Type[] |
StoreData.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
StoreData(String name,
MetaData metadata,
StoreData.Type type,
String interfaceName)
Constructor.
|
Copyright © 2020. All rights reserved.