Uses of Interface
org.datanucleus.store.valuegenerator.ValueGenerationConnectionProvider
Packages that use ValueGenerationConnectionProvider
-
Uses of ValueGenerationConnectionProvider in org.datanucleus.store.valuegenerator
Fields in org.datanucleus.store.valuegenerator declared as ValueGenerationConnectionProviderModifier and TypeFieldDescriptionprotected ValueGenerationConnectionProviderAbstractConnectedGenerator.connectionProviderThe means of connecting to the datastore.Methods in org.datanucleus.store.valuegenerator with parameters of type ValueGenerationConnectionProviderModifier and TypeMethodDescriptionValueGenerationManager.createValueGenerator(String strategyName, String seqName, Properties props, ValueGenerationConnectionProvider connectionProvider) Method to create a ValueGenerator when the generator is datastore based.ValueGenerationManagerImpl.createValueGenerator(String strategyName, String seqName, Properties props, ValueGenerationConnectionProvider connectionProvider) voidAbstractConnectedGenerator.setConnectionProvider(ValueGenerationConnectionProvider provider) Mutator for setting the connection provider.