类的使用
org.redkale.source.AbstractDataSqlSource.PrepareInfo
-
使用AbstractDataSqlSource.PrepareInfo的程序包 程序包 说明 org.redkale.source 数据源(数据库、缓存)操作包 -
-
org.redkale.source中AbstractDataSqlSource.PrepareInfo的使用
返回变量类型为AbstractDataSqlSource.PrepareInfo的类型的org.redkale.source中的方法 修饰符和类型 方法 说明 protected <T> Map<String,AbstractDataSqlSource.PrepareInfo<T>>
AbstractDataSqlSource. getInsertDollarPrepareInfo(EntityInfo<T> info, T... entitys)
protected <T> Map<String,AbstractDataSqlSource.PrepareInfo<T>>
AbstractDataSqlSource. getInsertQuestionPrepareInfo(EntityInfo<T> info, T... entitys)
protected <T> Map<String,AbstractDataSqlSource.PrepareInfo<T>>
AbstractDataSqlSource. getUpdateDollarPrepareInfo(EntityInfo<T> info, T... entitys)
protected <T> Map<String,AbstractDataSqlSource.PrepareInfo<T>>
AbstractDataSqlSource. getUpdateQuestionPrepareInfo(EntityInfo<T> info, T... entitys)
类型变量类型为AbstractDataSqlSource.PrepareInfo的org.redkale.source中的方法参数 修饰符和类型 方法 说明 protected <T> List<PreparedStatement>
DataJdbcSource. prepareInsertEntityStatements(DataJdbcSource.JdbcConnection conn, EntityInfo<T> info, Map<String,AbstractDataSqlSource.PrepareInfo<T>> prepareInfos, T... entitys)
protected <T> List<PreparedStatement>
DataJdbcSource. prepareUpdateEntityStatements(DataJdbcSource.JdbcConnection conn, EntityInfo<T> info, Map<String,AbstractDataSqlSource.PrepareInfo<T>> prepareInfos, T... entitys)
-