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, isPrimaryKeyColumn
public 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 Mysema Ltd. All rights reserved.