Package com.pugwoo.dbhelper.utils
Class AnnotationSupportRowMapper<T>
java.lang.Object
com.pugwoo.dbhelper.utils.AnnotationSupportRowMapper<T>
- Type Parameters:
T-
- All Implemented Interfaces:
org.springframework.jdbc.core.RowMapper<T>
public class AnnotationSupportRowMapper<T>
extends Object
implements org.springframework.jdbc.core.RowMapper<T>
2015年1月13日 17:48:30
抽取出来的根据注解来生成bean的rowMapper
抽取出来的根据注解来生成bean的rowMapper
-
Constructor Summary
ConstructorsConstructorDescriptionAnnotationSupportRowMapper(DBHelper dbHelper, Class<T> clazz) AnnotationSupportRowMapper(DBHelper dbHelper, Class<T> clazz, boolean selectOnlyKey) -
Method Summary
-
Constructor Details
-
AnnotationSupportRowMapper
-
AnnotationSupportRowMapper
-
-
Method Details
-
mapRow
- Specified by:
mapRowin interfaceorg.springframework.jdbc.core.RowMapper<T>
-