Uses of Interface
com.mysema.query.sql.dml.Mapper

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
<T> SQLInsertClause
SQLInsertClause.populate(T obj, Mapper<T> mapper)
          Populate the INSERT clause with the properties of the given bean using the given Mapper.
<T> SQLUpdateClause
SQLUpdateClause.populate(T obj, Mapper<T> mapper)
          Populate the UPDATE clause with the properties of the given bean using the given Mapper.
 



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