Open source object/relational mapping tool for Java Provides persistent classes and persistent logic In addition to mapping, provides data query and retrieval facilities Steps: Create a POJO, create an XML mapping file for object to table columns, use Hibernate APIs to load/store the persistent objects hibernate.cfg.xml file keeps properties such as, database connection string and […]

Read more of this post