All Downloads are FREE. Search and download functionalities are using the official Maven repository.

cn.sylinx.hbatis.db.mapper.QueryMapper Maven / Gradle / Ivy

The newest version!
package cn.sylinx.hbatis.db.mapper;

import java.util.Map;

/**
 * 查询数据做映射
 * 
 * @author han
 *
 */
public interface QueryMapper {
	
	/**
	 * 查询出的字段 和 VO字段对应
	 * 
	 * @return
	 */
	Map getJdbcToJavaMapper();
	
	Class getValueObjectClass();
	
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy