|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Mapper | |
|---|---|
| com.mysema.query.sql.dml | DML operations support |
| Uses of Mapper in com.mysema.query.sql.dml |
|---|
| Classes in com.mysema.query.sql.dml that implement Mapper | |
|---|---|
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. |
| Methods in com.mysema.query.sql.dml with parameters of type Mapper | ||
|---|---|---|
|
SQLInsertClause.populate(T obj,
Mapper<T> mapper)
Populate the INSERT clause with the properties of the given bean using the given Mapper. |
|
|
SQLUpdateClause.populate(T obj,
Mapper<T> mapper)
Populate the UPDATE clause with the properties of the given bean using the given Mapper. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||