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 |
What are the steps of calling a stored procedure in hibernate?
Name some second level cache types?
Why do we need mapping?
Which is better hibernate or jpa?
Name some of the important interfaces of hibernate framework?
Explain the role of session interface in hibernate.
Does hibernate support nosql?
Is sessionfactory singleton in hibernate?
Can I use jpa without hibernate?
What are the core interfaces are of hibernate framework?
What does session lock () method do in hibernate?
What is formatting in design pattern?