|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ExecuteListener.start(ExecuteContext)
instead to provide
jOOQ with valid connections
@Deprecated public interface ConfigurationProvider
Implement this interface and supply it to the ConfigurationRegistry
.
jOOQ will call back on your implementation upon deserialisation.
Method Summary | |
---|---|
Configuration |
provideFor(Configuration configuration)
Deprecated. Provide a Configuration to jOOQ, given a deserialised
Configuration . |
Method Detail |
---|
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)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |