Uses of Interface
org.jooq.ExecuteListenerProvider
-
Packages that use ExecuteListenerProvider 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 ExecuteListenerProvider in org.jooq
Methods in org.jooq that return ExecuteListenerProvider Modifier and Type Method Description ExecuteListenerProvider[]Configuration. executeListenerProviders()Get the configuredExecuteListenerProviders from this configuration.Methods in org.jooq with parameters of type ExecuteListenerProvider Modifier and Type Method Description ConfigurationConfiguration. derive(ExecuteListenerProvider... newExecuteListenerProviders)Create a derived configuration from this one, with new execute listener providers.ConfigurationConfiguration. set(ExecuteListenerProvider... newExecuteListenerProviders)Change this configuration to hold a new execute listener providers. -
Uses of ExecuteListenerProvider in org.jooq.impl
Classes in org.jooq.impl that implement ExecuteListenerProvider Modifier and Type Class Description classDefaultExecuteListenerProviderA default implementation forExecuteListenerProvider.Methods in org.jooq.impl that return ExecuteListenerProvider Modifier and Type Method Description ExecuteListenerProvider[]DefaultConfiguration. executeListenerProviders()static ExecuteListenerProvider[]DefaultExecuteListenerProvider. providers(ExecuteListener... listeners)Convenience method to construct an array ofDefaultExecuteListenerProviderfrom an array ofExecuteListenerinstances.Methods in org.jooq.impl with parameters of type ExecuteListenerProvider Modifier and Type Method Description ConfigurationDefaultConfiguration. derive(ExecuteListenerProvider... newExecuteListenerProviders)ConfigurationDefaultConfiguration. set(ExecuteListenerProvider... newExecuteListenerProviders)voidDefaultConfiguration. setExecuteListenerProvider(ExecuteListenerProvider... newExecuteListenerProviders) -
Uses of ExecuteListenerProvider in org.jooq.tools.jdbc
Methods in org.jooq.tools.jdbc that return ExecuteListenerProvider Modifier and Type Method Description ExecuteListenerProvider[]MockConfiguration. executeListenerProviders()Methods in org.jooq.tools.jdbc with parameters of type ExecuteListenerProvider Modifier and Type Method Description ConfigurationMockConfiguration. derive(ExecuteListenerProvider... newExecuteListenerProviders)ConfigurationMockConfiguration. set(ExecuteListenerProvider... newExecuteListenerProviders)
-