What are the different types of interfaces present in hibernate?
Answer / 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 |
How to invoke a stored procedure in hibernate?
How can we map the classes as immutable?
Why cascade is used in hibernate?
Is httpsession thread safe?
List hibernate session interface methods?
Is hibernate session thread safe?
Is hibernate session is thread safe?
How many types of query are there in hibernate?
What is dirty checking in hibernate?
What is named sql query in hibernate?
What is lazy loading and eager loading?
Why orm is required?