| 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  | AnnotationMapperCreates the mapping via @Column annotated fields in the object. | 
| class  | BeanMapperCreates the mapping by inspecting object via bean inspection. | 
| class  | DefaultMapperCreates 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–2015 Querydsl. All rights reserved.