Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
nw-orm-0.3-source.jar | 2013-10-26 | 11.1 kB | |
nw-orm-0.3-javadoc.jar | 2013-10-26 | 120.1 kB | |
nw.orm.hibernate.dependency.zip | 2013-10-25 | 7.6 MB | |
README.txt | 2013-10-25 | 688 Bytes | |
nw-orm-0.3-bin.jar | 2013-10-25 | 16.5 kB | |
Totals: 5 Items | 7.8 MB | 0 |
READ ME NW ORM v3.0 is a java wrapper for the hibernate framework Features ======== => JPA/HBM based configurations => Multiple database support (just point to the proper configuration file) => Query using Criteria, HQL, and SQL Dependency ========== 1. Neemworks commons 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