Uses of Class
com.querydsl.sql.SQLListenerContextImpl
Packages that use SQLListenerContextImpl
-
Uses of SQLListenerContextImpl in com.querydsl.sql
Methods in com.querydsl.sql that return SQLListenerContextImplModifier and TypeMethodDescriptionprotected SQLListenerContextImplAbstractSQLQuery.startContext(Connection connection, QueryMetadata metadata) Called to create and start a new SQL Listener contextMethods in com.querydsl.sql with parameters of type SQLListenerContextImplModifier and TypeMethodDescriptionprotected voidAbstractSQLQuery.onException(SQLListenerContextImpl context, Exception e) Called to make the call back to listeners when an exception happens -
Uses of SQLListenerContextImpl in com.querydsl.sql.dml
Fields in com.querydsl.sql.dml declared as SQLListenerContextImplMethods in com.querydsl.sql.dml that return SQLListenerContextImplModifier and TypeMethodDescriptionprotected SQLListenerContextImplAbstractSQLClause.startContext(Connection connection, QueryMetadata metadata, RelationalPath<?> entity) Called to create and start a new SQL Listener contextMethods in com.querydsl.sql.dml with parameters of type SQLListenerContextImplModifier and TypeMethodDescriptionprotected voidAbstractSQLClause.endContext(SQLListenerContextImpl context) Called to end a SQL listener contextprotected voidAbstractSQLClause.onException(SQLListenerContextImpl context, Exception e) Called to make the call back to listeners when an exception happens