| 注册
请输入搜索内容

热门搜索

Java Linux MySQL PHP JavaScript Hibernate jQuery Nginx
jopen
12年前发布

Java持久层框架:Ar4j

Ar4j 是一个轻量级的Java持久层框架,基于 ActiveRecord 设计模式。

特性:

  • Combining data access with the actual data bean
  • Providing functionality by implementing an interface, not extending a class
  • Property access by name (getting/setting) as well as java getters/setters
  • Serialization into JSON to easily transfer records over the wire
  • Full support for equals/hashCode/toString/clone java functionality
  • Convention based configuration with fine grained control using annotations
  • Custom types supported
  • Basic CRUD operations out of the box (find, count, save, reload, delete)
  • Dynamic finder methods configured by convention (name) or annotations
  • Support for native SQL queries and names queries
  • Transaction support
  • Spring integration
  • Before/after interceptors and pre processors - to be implemented
  • Composite bean building - to be defined and implemented

项目主页:http://www.open-open.com/lib/view/home/1358174321887

 本文由用户 jopen 自行上传分享,仅供网友学习交流。所有权归原作者,若您的权利被侵害,请联系管理员。
 转载本站原创文章,请注明出处,并保留原始链接、图片水印。
 本站是一个以用户分享为主的开源技术平台,欢迎各类分享!
 本文地址:https://www.open-open.com/lib/view/open1358174321887.html
Java 持久层框架