Uses of Interface
org.datanucleus.store.valuegenerator.ValueGenerationConnectionProvider
-
Packages that use ValueGenerationConnectionProvider Package Description org.datanucleus.store.valuegenerator Value Generation. -
-
Uses of ValueGenerationConnectionProvider in org.datanucleus.store.valuegenerator
Fields in org.datanucleus.store.valuegenerator declared as ValueGenerationConnectionProvider Modifier and Type Field Description protected ValueGenerationConnectionProviderAbstractConnectedGenerator. connectionProviderThe means of connecting to the datastore.Methods in org.datanucleus.store.valuegenerator with parameters of type ValueGenerationConnectionProvider Modifier and Type Method Description ValueGeneratorValueGenerationManager. createValueGenerator(String strategyName, String seqName, Properties props, ValueGenerationConnectionProvider connectionProvider)Method to create a ValueGenerator when the generator is datastore based.ValueGeneratorValueGenerationManagerImpl. createValueGenerator(String strategyName, String seqName, Properties props, ValueGenerationConnectionProvider connectionProvider)voidAbstractConnectedGenerator. setConnectionProvider(ValueGenerationConnectionProvider provider)Mutator for setting the connection provider.
-