1.

What The Two Methods Are Of Hibernate Configuration?

Answer»

We can use any of the following two METHODS of HIBERNATE configuration:
a. XML based configuration ( using hibernate.cfg.xml FILE)
b. Programmatic configuration ( Using CODE logic)

 

We can use any of the following two methods of hibernate configuration:
a. XML based configuration ( using hibernate.cfg.xml file)
b. Programmatic configuration ( Using code logic)

 



Discussion

No Comment Found