adspace
What are the different types of interfaces present in hibernate?
Answer Posted / Mukesh Kumar Prajapat
Hibernate includes several important interfaces, such as: 1) org.hibernate.Session - the main Hibernate Session interface for interacting with the database; 2) org.hibernate.Transaction - a Transaction object manages transactions within a Hibernate Session; 3) org.hibernate.Query - an interface for executing SQL queries against the database; and 4) org.hibernate.Criteria - an interface for building query criteria programmatically.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers