Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.txt | 2013-11-06 | 1.0 kB | |
nw-orm-0.3.0.1-bin.jar | 2013-11-06 | 18.0 kB | |
nw-orm-0.3.0.1-javadoc.jar | 2013-11-06 | 179.2 kB | |
Totals: 3 Items | 198.2 kB | 0 |
READ ME ======= NW ORM v3.0.1 is a java wrapper for the hibernate framework Changes from v3.0 ================= 1. Configuration file names are now case sensitive for systems with case sensitive file system. 2. Added new query utility package to enable rapid creation of more complex queries Features ======== => JPA/HBM based configurations => Multiple database support (just point to the proper configuration file) => Query using Criteria, HQL, and SQL Dependency ========== 1. NW Commons 2. Full Hibernate dependencies (tested with hibernate 4.1.9) USAGE ===== 1. Create an instance of REntityManager passing the hibernate config file name. 2. Start querying and have fun. 3. To use multiple databases, create multiple instances of REntityManager each pointing to the appropriate hibernate config file. Read and write to databases using appropriate REntityManager Instance Links ===== http://www.codeproject.com/Articles/675642/Simplified-ORM-with-NW-ORM