Snippets

Simple POJO Example – Employee

[crayon-68b7eaacb08a7289609121/]  

6 years ago

Hibernate Example Configuration File — hibernate.cfg.xml

The configuration file contains information about the database and mapping file. Conventionally, its name should be hibernate.cfg.xml. create an XML…

6 years ago