public class BeanMapper extends AbstractMapper<Object>
| Modifier and Type | Field and Description |
|---|---|
static BeanMapper |
DEFAULT |
static BeanMapper |
WITH_NULL_BINDINGS |
| Constructor and Description |
|---|
BeanMapper() |
BeanMapper(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 BeanMapper DEFAULT
public static final BeanMapper WITH_NULL_BINDINGS
Copyright © 2007–2015 Mysema Ltd. All rights reserved.