What are the interfaces in hibernate?



What are the interfaces in hibernate?..

Answer / Indrajeet Kumar

[n {n "interface": "SessionFactory",n "description": "It is a factory to obtain Session objects"n },n {n "interface": "Session",n "description": "It represents the current session between Hibernate and the Database"n },n {n "interface": "Transaction",n "description": "Represents a unit of work for an application or database"n }n]

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Hibernate Interview Questions

What are the steps of calling a stored procedure in hibernate?

1 Answers  


Name some second level cache types?

1 Answers  


Why do we need mapping?

1 Answers  


Which is better hibernate or jpa?

1 Answers  


Name some of the important interfaces of hibernate framework?

1 Answers  


Explain the role of session interface in hibernate.

1 Answers  


Does hibernate support nosql?

1 Answers  


Is sessionfactory singleton in hibernate?

1 Answers  


Can I use jpa without hibernate?

1 Answers  


What are the core interfaces are of hibernate framework?

1 Answers  


What does session lock () method do in hibernate?

1 Answers  


What is formatting in design pattern?

1 Answers  


Categories