Package com.querydsl.sql.dml
Interface Mapper<T>
- Type Parameters:
T- object type
- All Known Implementing Classes:
AbstractMapper,AnnotationMapper,BeanMapper,DefaultMapper
public interface Mapper<T>
Create a Map of updates for a given domain object
- Author:
- tiwe
-
Method Summary
-
Method Details
-
createMap
Create a map of updates for the given path and instance- Parameters:
path- pathobject- instance- Returns:
- bindings
-