接口的使用
org.redkale.source.DataResultSetRow
-
使用DataResultSetRow的程序包 程序包 说明 org.redkale.source 数据源(数据库、缓存)操作包 -
-
org.redkale.source中DataResultSetRow的使用
org.redkale.source中DataResultSetRow的子接口 修饰符和类型 接口 说明 interface
DataResultSet
java.sql.ResultSet的简化版。实现DataResultSetRow的org.redkale.source中的类 修饰符和类型 类 说明 protected static class
DataJdbcSource.DataJdbcResultSet
参数类型为DataResultSetRow的org.redkale.source中的方法 修饰符和类型 方法 说明 protected <T> T
AbstractDataSource. getEntityValue(EntityInfo<T> info, SelectColumn sels, DataResultSetRow row)
根据ResultSet获取对象protected T
EntityBuilder. getEntityValue(Attribute<T,Serializable>[] constructorAttrs, Attribute<T,Serializable>[] unconstructorAttrs, DataResultSetRow row)
将一行的ResultSet组装成一个Entity对象T
EntityBuilder. getEntityValue(SelectColumn sels, DataResultSetRow row)
将一行的ResultSet组装成一个Entity对象protected Serializable
EntityBuilder. getFieldValue(DataResultSetRow row, String sqlColumn)
protected Serializable
EntityBuilder. getFieldValue(DataResultSetRow row, Attribute<T,Serializable> attr, int columnIndex)
T
EntityBuilder. getFullEntityValue(DataResultSetRow row)
abstract T
EntityFullFunc. getObject(DataResultSetRow row)
protected T
EntityBuilder. getObjectValue(List<String> sqlColumns, DataResultSetRow row)
T
EntityBuilder. getObjectValue(DataResultSetRow row)
static <T> Serializable
DataResultSet. getRowColumnValue(DataResultSetRow row, Attribute<T,Serializable> attr, int index, String column)
protected void
EntityFullFunc. setFieldValue(int attrIndex, DataResultSetRow row, T obj)
-