类 SpringDaoSupport
- java.lang.Object
-
- org.sagacity.sqltoy.support.SqlToyDaoSupport
-
- org.sagacity.sqltoy.support.SpringDaoSupport
-
- 直接已知子类:
SqlToyLazyDaoImpl
public class SpringDaoSupport extends SqlToyDaoSupport
- 版本:
- v1.0, Date:2022年6月14日
- 作者:
- zhongxuchen
-
-
字段概要
-
从类继承的字段 org.sagacity.sqltoy.support.SqlToyDaoSupport
dataSource, IGNORE, logger, sqlToyContext, UPDATE
-
-
构造器概要
构造器 构造器 说明 SpringDaoSupport()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 voidsetSqlToyContext(SqlToyContext sqlToyContext)针对spring提供sqlToyContext注入(差异点)-
从类继承的方法 org.sagacity.sqltoy.support.SqlToyDaoSupport
batch, batchUpdate, batchUpdate, batchUpdate, cacheMatchKeys, cacheMatchKeys, convertType, convertType, convertType, delete, delete, delete, deleteAll, deleteAll, deleteByIds, deleteByQuery, elastic, execute, executeSql, executeSql, executeSql, executeSql, executeSql, executeStore, executeStore, executeStore, existCache, fetchStream, findByQuery, findBySql, findBySql, findBySql, findEntity, findEntity, findPageByQuery, findPageBySql, findPageBySql, findPageBySql, findPageEntity, findPageEntity, findTopByQuery, findTopBySql, findTopBySql, findTopBySql, flush, flush, generateBizId, generateBizId, getBatchSize, getCacheNames, getCountByEntityQuery, getCountByQuery, getCountBySql, getCountBySql, getDataSource, getDialect, getEntityMeta, getRandomResult, getRandomResult, getRandomResult, getSingleValue, getSingleValue, getSingleValue, getSingleValue, getSqlToyConfig, getSqlToyContext, getTableColumns, getTables, getTranslateCache, getTranslateCache, isUnique, isUnique, load, load, load, load, loadAll, loadAllCascade, loadByIds, loadByIds, loadByQuery, loadBySql, loadBySql, loadBySql, loadCascade, loadEntity, mongo, parallQuery, parallQuery, parallQuery, query, save, save, save, saveAll, saveAll, saveAllIgnoreExist, saveAllIgnoreExist, saveOrUpdate, saveOrUpdate, saveOrUpdateAll, saveOrUpdateAll, setDataSource, store, translate, treeTable, truncate, truncate, unique, update, update, update, updateAll, updateAll, updateAllDeeply, updateAllDeeply, updateByQuery, updateCascade, updateDeeply, updateDeeply, updateFetch, updateSaveFetch, wrapBeanProps, wrapTreeTableRoute, wrapTreeTableRoute
-
-
-
-
方法详细资料
-
setSqlToyContext
@Autowired @Qualifier("sqlToyContext") public void setSqlToyContext(SqlToyContext sqlToyContext)针对spring提供sqlToyContext注入(差异点)- 覆盖:
setSqlToyContext在类中SqlToyDaoSupport- 参数:
sqlToyContext- the sqlToyContext to set
-
-