Understanding hibernate configuration file

We have already learned that Hibernate configuration file gives clear information to Hibernate framework about where to find the mapping files which defines the mapping between Java classes and database tables. Configuration file also gives information about database details like database URL,credentials,dialect information and other important parameters. We can use default configuration file name as […]

Share this article on