Package | Description |
---|---|
com.mysema.query.sql.dml |
DML operations support
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractMapper<T>
Abstract base class for Mapper implementations
|
class |
AnnotationMapper
Creates the mapping via @Column annotated fields in the object.
|
class |
BeanMapper
Creates the mapping by inspecting the RelationalPath via reflection and object via bean inspection.
|
class |
DefaultMapper
Creates the mapping by inspecting the RelationalPath and Object via reflection.
|
Modifier and Type | Method and Description |
---|---|
<T> SQLUpdateClause |
SQLUpdateClause.populate(T obj,
Mapper<T> mapper)
Populate the UPDATE clause with the properties of the given bean using the given Mapper.
|
<T> SQLInsertClause |
SQLInsertClause.populate(T obj,
Mapper<T> mapper)
Populate the INSERT clause with the properties of the given bean using the given Mapper.
|
Copyright © 2007-2013 Mysema Ltd. All Rights Reserved.