Easy Java Persistence (EJP) is an easily annotated and freely configurable persistent Java API with automatic object/relational mappings (A-O/RM), http://www.aliyun.com/zixun/aggregation/ 18860.html "" To automatically handle all association and persistence tracking functions.
Easy Java Persistence 2.8 This version permanently deletes the license limit and the algorithm for changing the license.
EJP Code Demonstration:
public static void Main (string] args) {//One of many ways to connect to your database Databasemanager dbm = database Manager.getdatabasemanager ("Com.mysql.jdbc.Driver", "Jdbc:mysql://loc Alhost/ejp_example "); Dbm.saveobject (New Customer ("Smith", "John")); Customer customer; if (Customer = Dbm.loadobject (New customer ("Smith"))!= null) {Customer.getsupport (). Add (New Support (...)); Dbm.saveobject (customer); } collection<customer> list = Dbm.loadobjects (new arraylist<customer> (), customer.class); ... }
Software Information: HTTP://WWW.EASIERJAVA.COM/WEBAPP.EJW?C=EJP
Download Address: Http://www.easierjava.com/downloads/ejp/ejp_2.8.zip