Module org.jooq
Package org.jooq

Interface VisitContext

All Superinterfaces:
Scope

public interface VisitContext extends Scope
A context object for QueryPart traversal passed to registered VisitListener's.

This type is a Scope with whose lifecycle is shared with the parent rendering Context scope. It also shares the latter's Scope.data() map.

Author:
Lukas Eder
See Also: