com.mysema.query.sql.dml
Class DefaultMapper
java.lang.Object
com.mysema.query.sql.dml.AbstractMapper<Object>
com.mysema.query.sql.dml.DefaultMapper
- All Implemented Interfaces:
- Mapper<Object>
public class DefaultMapper
- extends AbstractMapper<Object>
Creates the mapping by inspecting the RelationalPath and Object via reflection.
Given bean doesn't need to have @Column metadata, but the fields need to have the same
name as in the given relational path.
- Author:
- tiwe
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DEFAULT
public static final DefaultMapper DEFAULT
WITH_NULL_BINDINGS
public static final DefaultMapper WITH_NULL_BINDINGS
DefaultMapper
public DefaultMapper()
DefaultMapper
public DefaultMapper(boolean withNullBindings)
createMap
public Map<Path<?>,Object> createMap(RelationalPath<?> entity,
Object bean)
- Returns:
Copyright © 2007-2012 Mysema Ltd. All Rights Reserved.