Uses of Interface
org.jooq.ExecutorProvider
Packages that use ExecutorProvider
Package
Description
This package contains jOOQ's public API.
This package contains jOOQ's implementation classes.
JDBC tooling.
- 
Uses of ExecutorProvider in org.jooqMethods in org.jooq that return ExecutorProviderModifier and TypeMethodDescription@NotNull ExecutorProviderConfiguration.executorProvider()Get this configuration's underlying executor provider.Methods in org.jooq with parameters of type ExecutorProviderModifier and TypeMethodDescription@NotNull ConfigurationConfiguration.derive(ExecutorProvider newExecutorProvider) Create a derived configuration from this one, with a new executor provider.@NotNull ConfigurationConfiguration.set(ExecutorProvider newExecutorProvider) Change this configuration to hold a new executor provider.
- 
Uses of ExecutorProvider in org.jooq.implClasses in org.jooq.impl that implement ExecutorProviderModifier and TypeClassDescriptionclassA defaultExecutorProviderimplementation, providing aDefaultExecutorinstance.Methods in org.jooq.impl that return ExecutorProviderMethods in org.jooq.impl with parameters of type ExecutorProviderModifier and TypeMethodDescriptionfinal ConfigurationDefaultConfiguration.derive(ExecutorProvider newExecutorProvider) final ConfigurationDefaultConfiguration.set(ExecutorProvider newExecutorProvider) final voidDefaultConfiguration.setExecutorProvider(ExecutorProvider newExecutorProvider) 
- 
Uses of ExecutorProvider in org.jooq.tools.jdbcMethods in org.jooq.tools.jdbc that return ExecutorProviderMethods in org.jooq.tools.jdbc with parameters of type ExecutorProviderModifier and TypeMethodDescriptionMockConfiguration.derive(ExecutorProvider newExecutorProvider) MockConfiguration.set(ExecutorProvider newExecutorProvider)