Bhavaya is a Java library that provides real-time and up-to-date access to database data. It contains a persistence layer that inflates and maintains Java objects from database data, keeping the objects current with the data. The library also provides a large number of user interface and utility classes often required when dealing with continually changing data.
The Bhavaya persistence layer is different from other implementations such as Hibernate and Castor in that the properties of Bhavaya's objects always reflect the current value of the data in the database. That is, if the database data changes then the data in Bhavaya's objects is automatically updated. Bhavaya does not require any pre-existing architecture, it can be used, easily, with existing databases and existing object schemas.
其他Java ORP对象持久化工具 开源项目资源: