Uses of Interface
org.jooq.ExecutorProvider
-
Packages that use ExecutorProvider Package Description org.jooq Theorg.jooqpackage contains jOOQ's public API.org.jooq.impl Theorg.jooq.implpackage contains jOOQ's implementation classes.org.jooq.tools.jdbc Theorg.jooq.tools.jdbcpackage contains compatibility classes to bridge between JDBC 4.0 and JDBC 4.1. -
-
Uses of ExecutorProvider in org.jooq
Methods in org.jooq that return ExecutorProvider Modifier and Type Method Description ExecutorProviderConfiguration. executorProvider()Get this configuration's underlying executor provider.Methods in org.jooq with parameters of type ExecutorProvider Modifier and Type Method Description ConfigurationConfiguration. derive(ExecutorProvider newExecutorProvider)Create a derived configuration from this one, with a new executor provider.ConfigurationConfiguration. set(ExecutorProvider newExecutorProvider)Change this configuration to hold a new executor provider. -
Uses of ExecutorProvider in org.jooq.impl
Classes in org.jooq.impl that implement ExecutorProvider Modifier and Type Class Description classDefaultExecutorProviderA defaultExecutorProviderimplementation, providing aDefaultExecutorinstance.Methods in org.jooq.impl that return ExecutorProvider Modifier and Type Method Description ExecutorProviderDefaultConfiguration. executorProvider()Methods in org.jooq.impl with parameters of type ExecutorProvider Modifier and Type Method Description ConfigurationDefaultConfiguration. derive(ExecutorProvider newExecutorProvider)ConfigurationDefaultConfiguration. set(ExecutorProvider newExecutorProvider)voidDefaultConfiguration. setExecutorProvider(ExecutorProvider newExecutorProvider) -
Uses of ExecutorProvider in org.jooq.tools.jdbc
Methods in org.jooq.tools.jdbc that return ExecutorProvider Modifier and Type Method Description ExecutorProviderMockConfiguration. executorProvider()Methods in org.jooq.tools.jdbc with parameters of type ExecutorProvider Modifier and Type Method Description ConfigurationMockConfiguration. derive(ExecutorProvider newExecutorProvider)ConfigurationMockConfiguration. set(ExecutorProvider newExecutorProvider)
-