What are extension interfaces?



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

Post New Answer

More Hibernate Interview Questions

Explain What we can not do in jdbc but can do hibernate?

1 Answers  


What is inverse hibernate?

1 Answers  


What is entity manager in hibernate?

1 Answers  


How to implement database relationship in hibernate?

1 Answers  


What are the important benefits of using Hibernate Framework?

1 Answers  


What is the purpose of using hibernatetemplate?

1 Answers  


Why do we need transactions in hibernate?

1 Answers  


What are different states of an entity bean in hybernate?

1 Answers  


What is current_session_context_class in hibernate?

1 Answers  


What are the Collection types in Hibernate?

1 Answers  


What is the difference between hibernate session get() and load() method?

1 Answers  


What does sessionfactory do in hibernate?

1 Answers  


Categories