1 Star 0 Fork 96

yeyinzhu321/jSqlBox

forked from drinkjava2/jSqlBox 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
TODO_List.txt 1.13 KB
一键复制 编辑 原始数据 按行查看 历史
drinkjava2 提交于 2017-03-11 03:23 . first release to oschina
=====================TODO List======================
* Sql query result list map to Object tree (oneToOne, oneToMany, manyToMany, tree)
* L1 Cache (similar but not exact as Hibernate's L1 cache, does not cache save/update/delete command, only cache entities)
* L2 cache (use Hibernate's Ecache, or Redis)
* Query Cache (similar lie Hibernate's Query cache)
* nullable, insertable, updatable need implemented in Box's insert update methods
* .cacheLoad() .cacheQuery() forceInsert(), forceUpdate() method to used L2 Cache
* .cacheCompare() to check if database has been changed.
* .cacheClear() to clear L2 cache
* .BatchCacheSave .BatchCacheUpdate() .BatchCacheExecute to Entity batch operate (similar like jdbc batch methods)
* Blob, Clob type?(or just use JDBCTemplate)
* add MS SQL SERVER
* Divided or config to 2 different type, one support container PO manager, another not, but both support 1st, 2nd cache.
* For exception, delete class name, add error code, do not directly show entity in error message
===========Finished tasks===========
base class delete dao & clean up
deleted proxyBean class because no need use it
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/yeyinzhu/jSqlBox.git
git@gitee.com:yeyinzhu/jSqlBox.git
yeyinzhu
jSqlBox
jSqlBox
master

搜索帮助