ExecuteListener.start(ExecuteContext)
instead to provide
jOOQ with valid connections@Deprecated public interface ConfigurationProvider
ConfigurationRegistry
.
jOOQ will call back on your implementation upon deserialisation.Modifier and Type | Method and Description |
---|---|
Configuration |
provideFor(Configuration configuration)
Deprecated.
Provide a
Configuration to jOOQ, given a deserialised
Configuration . |
Configuration provideFor(Configuration configuration)
Configuration
to jOOQ, given a deserialised
Configuration
.
As of jOOQ 1.5.9, this callback is used to re-initialise
Connection
contained in QueryPart
's and Store
's
configuration
- The Configuration
, as jOOQ has
deserialised it.Configuration
(or null
if
no substitution should be done)Copyright © 2013. All Rights Reserved.