简化 JDBC 对象持久化的类库:ObjectiveSync
ObjectiveSync 是简化 JDBC 对象持久化的类库。 它提供单一的语法来抓取和更新数据;类似 Ruby 一样对象化 JDBC 异常处理的抓取;允许用户自定义深度抓取和更新(类似 Hibernate);提供批量处理 API,避免提交多个查询;提供静态数据收集功能。
- Minimal wrapper over JDBC.
- Querying done in SQL. You should not be afraid of SQL. If you are, you should not be doing anything above the trivial CRUD.
- Centralizing object marshaling and unmarshaling - each object should know how to sync itself and its descendents
- Single syntax for inserting and updating
- Ruby-like objectivized JDBC fetching with exception handling
- User-definable deep fetching and updating (almost Hibernate-like).
- Batch API to avoid round-trips when submitting multiple queries.
- Stats collection and similar stuff.
本文由用户 jopen 自行上传分享,仅供网友学习交流。所有权归原作者,若您的权利被侵害,请联系管理员。
转载本站原创文章,请注明出处,并保留原始链接、图片水印。
本站是一个以用户分享为主的开源技术平台,欢迎各类分享!