
sf.database.mapper.MapperBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sorm Show documentation
Show all versions of sorm Show documentation
java jpa tool for spring
The newest version!
package sf.database.mapper;
/**
* 定义获取Mapper实现的接口,这样可以很容易的更换实现.
* @author
*/
public interface MapperBuilder {
/**
* Gets the dao2.
* @param the generic type
* @param mapperInterface the dao interface
* @return the dao
*/
T getMapper(Class mapperInterface);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy