Easy Java Persistence (EJP)
http://www.easierjava.com/
EJP is a powerful and easy to use relational database persistence API for Java.EJP's main features include:
- automatic object/relational mapping (A-O/RM)
- automatic handling of all associations
- automatic persistence tracking
EJP has no need for mapping annotations or XML configuration, and there is no need to extend any classes or implement any interfaces. You truly do use your Plain Old Java Objects (POJOs). EJP is, by far, the easiest persistence API available for Java.
EasyJavaPersistence(EJP)是一款强大的Java关系数据库持久化API,具备自动对象/关系映射、自动处理关联及自动持久化跟踪等功能。使用EJP时,开发者可以无需添加注解或XML配置,也不必继承特定类或实现特定接口,即可直接使用普通的Java对象。

被折叠的 条评论
为什么被折叠?



