Hibernate (Java) Question:
What are the most common methods of Hibernate configuration?
Answer:
The most common methods of Hibernate configuration are:
* Programmatic configuration
* XML configuration (hibernate.cfg.xml)
* Programmatic configuration
* XML configuration (hibernate.cfg.xml)
Previous Question | Next Question |
What is HQL? | What are the important tags of hibernate.cfg.xml? |