Uses of Interface
org.jooq.VisitListenerProvider
-
Packages that use VisitListenerProvider 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 VisitListenerProvider in org.jooq
Methods in org.jooq that return VisitListenerProvider Modifier and Type Method Description VisitListenerProvider[]Configuration. visitListenerProviders()Get the configuredVisitListenerProviderinstances from this configuration.Methods in org.jooq with parameters of type VisitListenerProvider Modifier and Type Method Description ConfigurationConfiguration. derive(VisitListenerProvider... newVisitListenerProviders)Create a derived configuration from this one, with new visit listener providers.ConfigurationConfiguration. set(VisitListenerProvider... newVisitListenerProviders)Change this configuration to hold a new visit listener providers. -
Uses of VisitListenerProvider in org.jooq.impl
Classes in org.jooq.impl that implement VisitListenerProvider Modifier and Type Class Description classDefaultVisitListenerProviderA default implementation forVisitListenerProvider.Methods in org.jooq.impl that return VisitListenerProvider Modifier and Type Method Description static VisitListenerProvider[]DefaultVisitListenerProvider. providers(VisitListener... listeners)Convenience method to construct an array ofDefaultVisitListenerProviderfrom an array ofVisitListenerinstances.VisitListenerProvider[]DefaultConfiguration. visitListenerProviders()Methods in org.jooq.impl with parameters of type VisitListenerProvider Modifier and Type Method Description ConfigurationDefaultConfiguration. derive(VisitListenerProvider... newVisitListenerProviders)ConfigurationDefaultConfiguration. set(VisitListenerProvider... newVisitListenerProviders)voidDefaultConfiguration. setVisitListenerProvider(VisitListenerProvider... newVisitListenerProviders) -
Uses of VisitListenerProvider in org.jooq.tools.jdbc
Methods in org.jooq.tools.jdbc that return VisitListenerProvider Modifier and Type Method Description VisitListenerProvider[]MockConfiguration. visitListenerProviders()Methods in org.jooq.tools.jdbc with parameters of type VisitListenerProvider Modifier and Type Method Description ConfigurationMockConfiguration. derive(VisitListenerProvider... newVisitListenerProviders)ConfigurationMockConfiguration. set(VisitListenerProvider... newVisitListenerProviders)
-