Uses of Interface
com.querydsl.sql.SQLListenerContext
Packages that use SQLListenerContext
-
Uses of SQLListenerContext in com.querydsl.sql
Classes in com.querydsl.sql that implement SQLListenerContextModifier and TypeClassDescriptionclassA mutable implementation of SQL listener context.Methods in com.querydsl.sql with parameters of type SQLListenerContextModifier and TypeMethodDescriptionvoidSQLBaseListener.end(SQLListenerContext context) voidSQLCloseListener.end(SQLListenerContext context) voidSQLDetailedListener.end(SQLListenerContext context) Called at the end of a query.voidSQLListeners.end(SQLListenerContext context) voidSQLNoCloseListener.end(SQLListenerContext context) protected voidAbstractSQLQuery.endContext(SQLListenerContext context) Called to end a SQL listener contextvoidSQLBaseListener.exception(SQLListenerContext context) voidSQLDetailedListener.exception(SQLListenerContext context) Called if an exception happens during query building and execution.voidSQLListeners.exception(SQLListenerContext context) voidSQLBaseListener.executed(SQLListenerContext context) voidSQLDetailedListener.executed(SQLListenerContext context) Called at the end ofPreparedStatementexecution.voidSQLListeners.executed(SQLListenerContext context) voidSQLBaseListener.preExecute(SQLListenerContext context) voidSQLDetailedListener.preExecute(SQLListenerContext context) Called at the start ofPreparedStatementexecution.voidSQLListeners.preExecute(SQLListenerContext context) voidSQLBaseListener.prepared(SQLListenerContext context) voidSQLDetailedListener.prepared(SQLListenerContext context) Called at the end ofPreparedStatementpreparation.voidSQLListeners.prepared(SQLListenerContext context) voidSQLBaseListener.prePrepare(SQLListenerContext context) voidSQLDetailedListener.prePrepare(SQLListenerContext context) Called at the start ofPreparedStatementpreparation.voidSQLListeners.prePrepare(SQLListenerContext context) voidSQLBaseListener.preRender(SQLListenerContext context) voidSQLDetailedListener.preRender(SQLListenerContext context) Called at the start of SQL rendering.voidSQLListeners.preRender(SQLListenerContext context) voidSQLBaseListener.rendered(SQLListenerContext context) voidSQLDetailedListener.rendered(SQLListenerContext context) Called at the end of SQL rendering.voidSQLListeners.rendered(SQLListenerContext context) voidSQLBaseListener.start(SQLListenerContext context) voidSQLDetailedListener.start(SQLListenerContext context) Called at the start of a query.voidSQLListeners.start(SQLListenerContext context) voidSQLNoCloseListener.start(SQLListenerContext context) Constructors in com.querydsl.sql with parameters of type SQLListenerContextModifierConstructorDescriptionSQLResultIterator(Configuration conf, Statement stmt, ResultSet rs, SQLDetailedListener listener, SQLListenerContext context)