|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jooq.ConfigurationRegistry
ExecuteListener.start(ExecuteContext)
instead to provide
jOOQ with valid connections
@Deprecated public final class ConfigurationRegistry
A public static registry that can provide factories (Configuration
's)
to Attachable
's upon deserialisation. The registry acts as an
interface between client code and jOOQ. Client code may register a
ConfigurationProvider
using
setProvider(ConfigurationProvider)
This functionality is experimental. It may change again in the future. Use it at your own risk.
Constructor Summary | |
---|---|
ConfigurationRegistry()
Deprecated. |
Method Summary | |
---|---|
static Configuration |
provideFor(Configuration configuration)
Deprecated. Communicate to client-registered ConfigurationProvider 's
This method is used by jOOQ retrieve a client-provided
Configuration . |
static void |
setProvider(ConfigurationProvider provider)
Deprecated. Register a client ConfigurationProvider to provide jOOQ with
Configuration 's upon deserialisation. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ConfigurationRegistry()
Method Detail |
---|
public static Configuration provideFor(Configuration configuration)
ConfigurationProvider
's
This method is used by jOOQ retrieve a client-provided
Configuration
. Do not call this method directly.
public static void setProvider(ConfigurationProvider provider)
ConfigurationProvider
to provide jOOQ with
Configuration
's upon deserialisation.
provider
- The client ConfigurationProvider
implementation, providing jOOQ with
Configurations
after deserialisation. This may be
null
to reset the provider.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |