Ujorm 1.34 發布,基于K/V對象的ORM框架
Ujorm is an easy-to-use ORM framework based on key-value objects. The framework was designed for rapid Java development with great performance and a small footprint. The key features are type safe queries, relation mapping by Java code, no entity states, and a memory overloading protection cache。
Ujorm 是一個高性能的開源Java ORM框架,尤其針對持久層的快速開發,在搜索查詢的測試中,Ujorm的運行速度比其他競爭產品要快很多。新的功能包括:查詢中的類型安全參數,整個解決方案提供小的內存和最小尺寸等。
Ujorm 是一個新的開源Java版ORM框架,Ujorm的作者目標是開發一個足夠敏捷的ORM框架作為Java應用的持久層,以適合快速迭代開 發的敏捷團隊。Ujorm的第一個優勢是性能上的優勢,從一個簡單的SELECT來時,Ujorm的性能要遠遠高于同類框架。當然Ujorm還包括有:類 型安全的查詢參數,更小的性能開銷,和最簡化的實體解決方案。

Release Notes: The new Ujorm TransactionManager implementation is ready to use. Criterion object is serializable now. A new method Criterion.toStringFull() prints the condition including a domain name by example: Person(id EQ 3). A new method to print all information about the Key.toStringFull(true). The CSV parser and creator have an extended API. The AliasTable class supports building free SQL scripts using the Ujorm meta-model. A new ORM parameter MetaParams.INITIALIZATION_BATCH can specify a user initialization code
本文由用戶 jopen 自行上傳分享,僅供網友學習交流。所有權歸原作者,若您的權利被侵害,請聯系管理員。
轉載本站原創文章,請注明出處,并保留原始鏈接、圖片水印。
本站是一個以用戶分享為主的開源技術平臺,歡迎各類分享!