🎴 Flashcard Mode

Backend Web Development Technologies

Card1 / 20
Mastered0
Review0
QuestionClick to flip

Is it possible to load mapping file programmatically?

AnswerClick to flip back
A
True
💡 Explanation:

Hibernate allows programmatic loading of mapping files through the Configuration API using methods like addResource(), addFile(), or addClass(). This provides flexibility beyond the declarative approach in hibernate.cfg.xml.

Change Mode