Hibernate (Java) Question: Download Hibernate PDF

What are Callback interfaces?

Tweet Share WhatsApp

Answer:

These interfaces are used in the application to receive a notification when some object events occur. Like when an object is loaded, saved or deleted. There is no need to implement callbacks in hibernate applications, but they're useful for implementing certain kinds of generic functionality.

Download Hibernate PDF Read All 52 Hibernate Questions
Previous QuestionNext Question
What the Core interfaces are of hibernate framework?What should SessionFactory be placed so that it can be easily accessed?