What are extension interfaces?
Answer / Deepak Kumar Sinha
Extension interfaces in Hibernate are interfaces that extend the base Hibernate interfaces (such as Hibernate's Session or Query) to provide additional functionality. Some examples include SimpleResult, Criterion, and Filter.
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain What we can not do in jdbc but can do hibernate?
What is inverse hibernate?
What is entity manager in hibernate?
How to implement database relationship in hibernate?
What are the important benefits of using Hibernate Framework?
What is the purpose of using hibernatetemplate?
Why do we need transactions in hibernate?
What are different states of an entity bean in hybernate?
What is current_session_context_class in hibernate?
What are the Collection types in Hibernate?
What is the difference between hibernate session get() and load() method?
What does sessionfactory do in hibernate?