Uses of Package
com.querydsl.sql.dml
Packages that use com.querydsl.sql.dml
Package
Description
SQL/JDBC support
DML operations support
MySQL support
Teradata support
-
Classes in com.querydsl.sql.dml used by com.querydsl.sqlClassDescription
SQLDeleteClausedefines 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. -
Classes in com.querydsl.sql.dml used by com.querydsl.sql.dmlClassDescriptionAbstract base class for Mapper implementations
AbstractSQLClauseis a superclass for SQL based DMLClause implementationsProvides a base class for dialect-specific DELETE clauses.Provides a base class for dialect-specific INSERT clauses.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.Create a Map of updates for a given domain objectSQLInsertBatchdefines the state of an SQL INSERT batch itemSQLMergeBatchdefines the state of an SQL MERGE batch itemSQLMergeClausedefines an MERGE INTO clauseSQLUpdateBatchdefines the state of an SQL UPDATE batch item -
Classes in com.querydsl.sql.dml used by com.querydsl.sql.mysqlClassDescription
AbstractSQLClauseis a superclass for SQL based DMLClause implementationsProvides a base class for dialect-specific INSERT clauses.SQLInsertClause defines an INSERT INTO clause If you need to subtype this, useAbstractSQLInsertClauseinstead. -
Classes in com.querydsl.sql.dml used by com.querydsl.sql.teradataClassDescription
AbstractSQLClauseis a superclass for SQL based DMLClause implementations