Class BeanBuilder<T>
java.lang.Object
cool.scx.jdbc.result_handler.bean_builder.BeanBuilder<T>
BeanBuilder interface.
- Version:
- 0.2.1
- Author:
- scx567888
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal voidbindDialect(Dialect dialect) 绑定方言 增加性能abstract TcreateBean(ResultSet rs, int[] indexInfo) final int[]返回 fieldSetters 索引对应的 rsm 的索引数组 若无对应则使用 -1 占位static <T> BeanBuilder<T> static <T> BeanBuilder<T>
-
Constructor Details
-
BeanBuilder
public BeanBuilder()
-
-
Method Details
-
of
-
of
-
createBean
- Throws:
SQLException
-
getIndexInfo
返回 fieldSetters 索引对应的 rsm 的索引数组 若无对应则使用 -1 占位- Parameters:
rsm- rsm- Returns:
- f
- Throws:
SQLException- f
-
bindDialect
-