Package com.mysema.query.sql.dml

DML operations support

See:
          Description

Interface Summary
Mapper<T> Create a Map of updates for a given domain object
 

Class Summary
AbstractMapper<T> Abstract base class for Mapper implementations
AbstractSQLClause 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.
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
 

Package com.mysema.query.sql.dml Description

DML operations support



Copyright © 2007-2012 Mysema Ltd. All Rights Reserved.