Package com.querydsl.sql.dml
package com.querydsl.sql.dml
DML operations support
-
ClassDescriptionAbstract base class for Mapper implementationsAbstractSQLClause<C extends AbstractSQLClause<C>>
AbstractSQLClauseis a superclass for SQL based DMLClause implementationsAbstractSQLDeleteClause<C extends AbstractSQLDeleteClause<C>>Provides a base class for dialect-specific DELETE clauses.AbstractSQLInsertClause<C extends AbstractSQLInsertClause<C>>Provides a base class for dialect-specific INSERT clauses.AbstractSQLUpdateClause<C extends AbstractSQLUpdateClause<C>>Provides a base class for dialect-specific UPDATE clauses.Creates the mapping via @Column annotated fields in the object.Creates the mapping by inspecting object via bean inspection.Creates the mapping by inspecting the RelationalPath and Object via reflection.Empty implementation of the ResultSet interfaceMapper<T>Create a Map of updates for a given domain objectSQLDeleteClausedefines a DELETE clause.SQLInsertBatchdefines the state of an SQL INSERT batch itemSQLInsertClause defines an INSERT INTO clause If you need to subtype this, useAbstractSQLInsertClauseinstead.SQLMergeBatchdefines the state of an SQL MERGE batch itemSQLMergeClausedefines an MERGE INTO clauseSQLUpdateBatchdefines the state of an SQL UPDATE batch itemDefines an UPDATE clause.