ATTR - Bean的属性类型DBCOL - 数据库属性类型public interface AttributeConvert
default Object toDb(ExecuteContext ctx, Class cls, String name, Object pojo)
{@ctx - cls - name - 属性名pojo - 传入的Pojodefault Object toAttr(ExecuteContext ctx, Class cls, String name, ResultSet rs, int index) throws SQLException
ctx - cls - name - rs - index - SQLExceptionCopyright © 2021. All rights reserved.