Uses of Class
com.querydsl.sql.dml.SQLUpdateBatch
Packages that use SQLUpdateBatch
-
Uses of SQLUpdateBatch in com.querydsl.sql
Method parameters in com.querydsl.sql with type arguments of type SQLUpdateBatchModifier and TypeMethodDescriptionvoidSQLBaseListener.notifyUpdates(RelationalPath<?> entity, List<SQLUpdateBatch> batches) voidSQLListener.notifyUpdates(RelationalPath<?> entity, List<SQLUpdateBatch> batches) Notify about a batch updatevoidSQLListeners.notifyUpdates(RelationalPath<?> entity, List<SQLUpdateBatch> batches) -
Uses of SQLUpdateBatch in com.querydsl.sql.dml
Fields in com.querydsl.sql.dml with type parameters of type SQLUpdateBatchModifier and TypeFieldDescriptionprotected final List<SQLUpdateBatch>AbstractSQLUpdateClause.batches