com.mysema.query.sql.dml
Class AbstractMapper<T>

java.lang.Object
  extended by com.mysema.query.sql.dml.AbstractMapper<T>
Type Parameters:
T -
All Implemented Interfaces:
Mapper<T>
Direct Known Subclasses:
BeanMapper, DefaultMapper

public abstract class AbstractMapper<T>
extends Object
implements Mapper<T>

Abstract base class for Mapper implementations

Author:
tiwe

Constructor Summary
AbstractMapper()
           
 
Method Summary
protected  Map<String,Field> getPathFields(Class<?> cl)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.mysema.query.sql.dml.Mapper
createMap
 

Constructor Detail

AbstractMapper

public AbstractMapper()
Method Detail

getPathFields

protected Map<String,Field> getPathFields(Class<?> cl)


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