net.sf.hibernate4gwt.core.beanlib
Interface IClassMapper
- All Known Implementing Classes:
- DirectoryClassMapper, ExplicitClassMapper, MultiDirectoryClassMapper, ProxyClassMapper
public interface IClassMapper
Interface of the class mapper service
- Author:
- bruno.marchesson
getTargetClass
java.lang.Class getTargetClass(java.lang.Class sourceClass)
- Returns:
- the mapped class for the argument class
getSourceClass
java.lang.Class getSourceClass(java.lang.Class targetClass)
- Returns:
- the mapped class for the argument class