Java持久層框架:Ar4j

jopen 11年前發布 | 17K 次閱讀 Java 持久層框架

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

  • </ul>

    項目主頁:http://www.baiduhome.net/lib/view/home/1358174321887

 本文由用戶 jopen 自行上傳分享,僅供網友學習交流。所有權歸原作者,若您的權利被侵害,請聯系管理員。
 轉載本站原創文章,請注明出處,并保留原始鏈接、圖片水印。
 本站是一個以用戶分享為主的開源技術平臺,歡迎各類分享!