Uses of Enum
org.datanucleus.store.StoreData.Type
Packages that use StoreData.Type
Package
Description
Package handling the storage of classes to the datastore, and the management of the datastore.
-
Uses of StoreData.Type in org.datanucleus.store
Fields in org.datanucleus.store declared as StoreData.TypeModifier and TypeFieldDescriptionprotected final StoreData.Type
StoreData.type
Type of data being stored (FCO, SCO).Methods in org.datanucleus.store that return StoreData.TypeModifier and TypeMethodDescriptionStoreData.getType()
Accessor for type.static StoreData.Type
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.Constructors in org.datanucleus.store with parameters of type StoreData.TypeModifierConstructorDescriptionStoreData
(String name, MetaData metadata, StoreData.Type type, String interfaceName) Constructor.