🎴 Flashcard Mode

Oracle Database and Hibernate ORM Quiz

Card1 / 20
Mastered0
Review0
QuestionClick to flip

How can the mapping files be configured in Hibernate?

AnswerClick to flip back
A
Both a and b
💡 Explanation:

Hibernate mapping files can be configured either programmatically by adding them to the Configuration object in code, or declaratively in hibernate.cfg.xml using elements. Both approaches are valid and often both are used together.

Change Mode