Uses of Interface
org.jooq.VisitListenerProvider
-
Packages that use VisitListenerProvider Package Description org.jooq Theorg.jooq
package contains jOOQ's public API.org.jooq.impl Theorg.jooq.impl
package contains jOOQ's implementation classes.org.jooq.tools.jdbc Theorg.jooq.tools.jdbc
package 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 configuredVisitListenerProvider
instances from this configuration.Methods in org.jooq with parameters of type VisitListenerProvider Modifier and Type Method Description Configuration
Configuration. derive(VisitListenerProvider... newVisitListenerProviders)
Create a derived configuration from this one, with new visit listener providers.Configuration
Configuration. 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 class
DefaultVisitListenerProvider
A 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 ofDefaultVisitListenerProvider
from an array ofVisitListener
instances.VisitListenerProvider[]
DefaultConfiguration. visitListenerProviders()
Methods in org.jooq.impl with parameters of type VisitListenerProvider Modifier and Type Method Description Configuration
DefaultConfiguration. derive(VisitListenerProvider... newVisitListenerProviders)
Configuration
DefaultConfiguration. set(VisitListenerProvider... newVisitListenerProviders)
void
DefaultConfiguration. 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 Configuration
MockConfiguration. derive(VisitListenerProvider... newVisitListenerProviders)
Configuration
MockConfiguration. set(VisitListenerProvider... newVisitListenerProviders)
-