Multiple choice technology databases

what are the three main components in Hibernate architecture?

  1. Connection Management

  2. Bean Management

  3. Transaction Management

  4. Object relational mapping

  5. Relational Management

Reveal answer Fill a bubble to check yourself
A,C,D Correct answer
Explanation

Hibernate's core architecture comprises Connection Management (database connectivity), Transaction Management (ACID transaction handling), and Object Relational Mapping (mapping Java objects to database tables). Bean Management is a Spring/EJB concept, not part of Hibernate.