Uses of Interface
org.datanucleus.store.valuegenerator.ValueGenerationManager
-
Packages that use ValueGenerationManager Package Description org.datanucleus.store Package handling the storage of classes to the datastore, and the management of the datastore.org.datanucleus.store.federation Package providing management for federation of datastores.org.datanucleus.store.valuegenerator Value Generation. -
-
Uses of ValueGenerationManager in org.datanucleus.store
Fields in org.datanucleus.store declared as ValueGenerationManager Modifier and Type Field Description protected ValueGenerationManagerAbstractStoreManager. valueGenerationMgrManager for value generation.Methods in org.datanucleus.store that return ValueGenerationManager Modifier and Type Method Description ValueGenerationManagerAbstractStoreManager. getValueGenerationManager()ValueGenerationManagerStoreManager. 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 Modifier and Type Method Description ValueGenerationManagerFederatedStoreManager. getValueGenerationManager() -
Uses of ValueGenerationManager in org.datanucleus.store.valuegenerator
Classes in org.datanucleus.store.valuegenerator that implement ValueGenerationManager Modifier and Type Class Description classValueGenerationManagerImplManager for the creation of ValueGenerators.
-