Chapter 1. Hibernate
1.1. About Hibernate Core Copy linkLink copied to clipboard!
Copy linkLink copied to clipboard!
Hibernate Core is an object/relational mapping library. It provides the framework for mapping Java classes to database tables, allowing applications to avoid direct interaction with the database.