com.mysema.query.sql.dml
Class AnnotationMapper
java.lang.Object
com.mysema.query.sql.dml.AnnotationMapper
- All Implemented Interfaces:
- Mapper<Object>
public class AnnotationMapper
- extends Object
- implements Mapper<Object>
Creates the mapping via @Column annotated fields in the object. Field names don't have to match those in the RelationalPath.
- Author:
- tiwe
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DEFAULT
public static final AnnotationMapper DEFAULT
AnnotationMapper
public AnnotationMapper()
createMap
public Map<Path<?>,Object> createMap(RelationalPath<?> path,
Object object)
- Specified by:
createMap
in interface Mapper<Object>
- Returns:
Copyright © 2007-2012 Mysema Ltd. All Rights Reserved.