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)
Create a map of updates for the given path and instance
|
getColumns, isPrimaryKeyColumnpublic static final DefaultMapper DEFAULT
public static final DefaultMapper WITH_NULL_BINDINGS
Copyright © 2007–2016 Querydsl. All rights reserved.