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 the RelationalPath via reflection and 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
|
SQLUpdateClause |
SQLUpdateClause defines a UPDATE clause
|
Copyright © 2007-2013 Mysema Ltd. All Rights Reserved.