What are the different types of interfaces present in hibernate?



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

Post New Answer

More Hibernate Interview Questions

How to invoke a stored procedure in hibernate?

1 Answers  


How can we map the classes as immutable?

1 Answers  


Why cascade is used in hibernate?

1 Answers  


Is httpsession thread safe?

1 Answers  


List hibernate session interface methods?

1 Answers  


Is hibernate session thread safe?

1 Answers  


Is hibernate session is thread safe?

1 Answers  


How many types of query are there in hibernate?

1 Answers  


What is dirty checking in hibernate?

1 Answers  


What is named sql query in hibernate?

1 Answers  


What is lazy loading and eager loading?

1 Answers  


Why orm is required?

1 Answers  


Categories