| 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
|
| 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 ResulSet 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
|
| 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 |
SQLUpdateClause defines a UPDATE clause
|
Copyright © 2007–2014 Mysema Ltd. All rights reserved.