🎴 Flashcard Mode

Adobe Flex and BlazeDS Programming

Card1 / 19
Mastered0
Review0
QuestionClick to flip

Which of the following are tags of hibernate.cfg.xml?

AnswerClick to flip back
A
session-factory
💡 Explanation:

In hibernate.cfg.xml, the session-factory tag is the root element that contains all Hibernate configuration including database connection properties, mapping resources, and cache settings. The mapping resource is specified using nested tags inside session-factory, not as standalone tags like 'mapping file' or 'mapping-file'.

Change Mode