Uses of Interface
com.querydsl.sql.SQLListener
Packages that use SQLListener
-
Uses of SQLListener in com.querydsl.sql
Subinterfaces of SQLListener in com.querydsl.sqlModifier and TypeInterfaceDescriptioninterfaceAn extended listener interface that details much more about the preparation and execution of queriesClasses in com.querydsl.sql that implement SQLListenerModifier and TypeClassDescriptionclassSQLBaseListeneris a base implementation of theSQLDetailedListenerinterface with empty method implementationsfinal classSQLCloseListenercloses the JDBC connection at the end of the query or clause executionclassSQLListenersis aSQLListenerimplementation which dispatches the notifications to a list of SQLListener instancesfinal classSQLNoCloseListener can be used to blockSQLCloseListenerfrom closing the connection, useful for helper query executionsMethods in com.querydsl.sql with parameters of type SQLListenerModifier and TypeMethodDescriptionvoidSQLListeners.add(SQLListener listener) voidAbstractSQLQuery.addListener(SQLListener listener) Add a listenervoidConfiguration.addListener(SQLListener listener) Add a listenerConstructors in com.querydsl.sql with parameters of type SQLListener -
Uses of SQLListener in com.querydsl.sql.dml
Methods in com.querydsl.sql.dml with parameters of type SQLListenerModifier and TypeMethodDescriptionvoidAbstractSQLClause.addListener(SQLListener listener) Add a listener