Hibernate / Hibernate interview questions II
What do you mean by Extension interfaces in hibernate?
When the built-in functionalities provided by hibernate is not sufficient enough, it provides a way so that user can include other interfaces and implement those interfaces for user desire functionality. These interfaces are referred as Extension interfaces.
More Related questions...