T - object typepublic interface Mapper<T>
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<Path<?>,java.lang.Object> |
createMap(RelationalPath<?> path,
T object)
Create a map of updates for the given path and instance
|
java.util.Map<Path<?>,java.lang.Object> createMap(RelationalPath<?> path, T object)
path - pathobject - instanceCopyright © 2007–2021 Querydsl. All rights reserved.