Package com.querydsl.sql.dml
Class DefaultMapper
Creates the mapping by inspecting the RelationalPath and Object via reflection.
Given bean doesn't need to have @Column metadata, but the fields need to have the same
name as in the given relational path.
- Author:
- tiwe
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.querydsl.sql.dml.AbstractMapper
getColumns, isPrimaryKeyColumn
-
Field Details
-
DEFAULT
-
WITH_NULL_BINDINGS
-
-
Constructor Details
-
DefaultMapper
public DefaultMapper() -
DefaultMapper
public DefaultMapper(boolean withNullBindings)
-
-
Method Details
-
createMap
Description copied from interface:MapperCreate a map of updates for the given path and instance- Parameters:
entity- pathbean- instance- Returns:
- bindings
-