public class BeanMapper extends AbstractMapper<java.lang.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 |
|---|---|
java.util.Map<Path<?>,java.lang.Object> |
createMap(RelationalPath<?> entity,
java.lang.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
public BeanMapper()
public BeanMapper(boolean withNullBindings)
public java.util.Map<Path<?>,java.lang.Object> createMap(RelationalPath<?> entity, java.lang.Object bean)
Mapperentity - pathbean - instanceCopyright © 2007–2021 Querydsl. All rights reserved.