Uses of Interface
org.datanucleus.store.valuegenerator.ValueGenerationManager
Packages that use ValueGenerationManager
Package
Description
Package handling the storage of classes to the datastore, and the management of the datastore.
Package providing management for federation of datastores.
Value Generation.
-
Uses of ValueGenerationManager in org.datanucleus.store
Fields in org.datanucleus.store declared as ValueGenerationManagerModifier and TypeFieldDescriptionprotected ValueGenerationManager
AbstractStoreManager.valueGenerationMgr
Manager for value generation.Methods in org.datanucleus.store that return ValueGenerationManagerModifier and TypeMethodDescriptionAbstractStoreManager.getValueGenerationManager()
StoreManager.getValueGenerationManager()
Accessor for the ValueGenerationManager for generating field values. -
Uses of ValueGenerationManager in org.datanucleus.store.federation
Methods in org.datanucleus.store.federation that return ValueGenerationManager -
Uses of ValueGenerationManager in org.datanucleus.store.valuegenerator
Classes in org.datanucleus.store.valuegenerator that implement ValueGenerationManagerModifier and TypeClassDescriptionclass
Manager for the creation of ValueGenerators.