Uses of Interface
org.jooq.VisitListener
- 
Packages that use VisitListener 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 VisitListener in org.jooqMethods in org.jooq that return VisitListener Modifier and Type Method Description VisitListenerVisitListenerProvider. provide()Provide aVisitListenerinstance.Methods in org.jooq with parameters of type VisitListener Modifier and Type Method Description ConfigurationConfiguration. derive(VisitListener... newVisitListeners)Create a derived configuration from this one, with new visit listeners.ConfigurationConfiguration. set(VisitListener... newVisitListeners)Change this configuration to hold a new visit listeners.
- 
Uses of VisitListener in org.jooq.implClasses in org.jooq.impl that implement VisitListener Modifier and Type Class Description classDefaultVisitListenerA publicly available default implementation ofVisitListener.Methods in org.jooq.impl that return VisitListener Modifier and Type Method Description VisitListenerDefaultVisitListenerProvider. provide()Methods in org.jooq.impl with parameters of type VisitListener Modifier and Type Method Description ConfigurationDefaultConfiguration. derive(VisitListener... newVisitListeners)static VisitListenerProvider[]DefaultVisitListenerProvider. providers(VisitListener... listeners)Convenience method to construct an array ofDefaultVisitListenerProviderfrom an array ofVisitListenerinstances.ConfigurationDefaultConfiguration. set(VisitListener... newVisitListeners)voidDefaultConfiguration. setVisitListener(VisitListener... newVisitListeners)Constructors in org.jooq.impl with parameters of type VisitListener Constructor Description DefaultVisitListenerProvider(VisitListener listener)Create a new provider instance from an argument listener.
- 
Uses of VisitListener in org.jooq.tools.jdbcMethods in org.jooq.tools.jdbc with parameters of type VisitListener Modifier and Type Method Description ConfigurationMockConfiguration. derive(VisitListener... newVisitListeners)ConfigurationMockConfiguration. set(VisitListener... newVisitListeners)
 
-