public class DefaultMapper extends AbstractMapper<Object>
| Modifier and Type | Field and Description | 
|---|---|
| static DefaultMapper | DEFAULT | 
| static DefaultMapper | WITH_NULL_BINDINGS | 
| Constructor and Description | 
|---|
| DefaultMapper() | 
| DefaultMapper(boolean withNullBindings) | 
| Modifier and Type | Method and Description | 
|---|---|
| Map<Path<?>,Object> | createMap(RelationalPath<?> entity,
         Object bean) | 
getColumns, isPrimaryKeyColumnpublic static final DefaultMapper DEFAULT
public static final DefaultMapper WITH_NULL_BINDINGS
public DefaultMapper()
public DefaultMapper(boolean withNullBindings)
public Map<Path<?>,Object> createMap(RelationalPath<?> entity, Object bean)
Copyright © 2007–2015 Querydsl. All rights reserved.