com.mysema.query.sql.dml
Interface Mapper<T>

All Known Implementing Classes:
AbstractMapper, AnnotationMapper, BeanMapper, DefaultMapper

public interface Mapper<T>

Create a Map of updates for a given domain object

Author:
tiwe

Method Summary
 Map<Path<?>,Object> createMap(RelationalPath<?> path, T object)
           
 

Method Detail

createMap

Map<Path<?>,Object> createMap(RelationalPath<?> path,
                              T object)
Parameters:
path -
object -
Returns:


Copyright © 2007-2011 Mysema Ltd. All Rights Reserved.