| Interface | Description |
|---|---|
| Mapper<T> |
Create a Map of updates for a given domain object
|
| Class | Description |
|---|---|
| AbstractMapper<T> |
Abstract base class for Mapper implementations
|
| AbstractSQLClause<C extends AbstractSQLClause<C>> |
AbstractSQLClause is a superclass for SQL based DMLClause implementations |
| AbstractSQLDeleteClause<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.
|
| AnnotationMapper |
Creates the mapping via @Column annotated fields in the object.
|
| BeanMapper |
Creates the mapping by inspecting object via bean inspection.
|
| DefaultMapper |
Creates the mapping by inspecting the RelationalPath and Object via reflection.
|
| EmptyResultSet |
Empty implementation of the ResultSet interface
|
| SQLDeleteClause |
SQLDeleteClause defines a DELETE clause. |
| SQLInsertBatch |
SQLInsertBatch defines the state of an SQL INSERT batch item |
| SQLInsertClause |
SQLInsertClause defines an INSERT INTO clause
If you need to subtype this, use
AbstractSQLInsertClause instead. |
| SQLMergeBatch |
SQLMergeBatch defines the state of an SQL MERGE batch item |
| SQLMergeClause |
SQLMergeClause defines an MERGE INTO clause |
| SQLUpdateBatch |
SQLUpdateBatch defines the state of an SQL UPDATE batch item |
| SQLUpdateClause |
Defines an UPDATE clause.
|
Copyright © 2007–2020 Querydsl. All rights reserved.