Hibernate (Java) Question:
Download Job Interview Questions and Answers PDF
What are Callback interfaces?
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 Interview Questions And Answers
PDF
Previous Question | Next Question |
What the Core interfaces are of hibernate framework? | What should SessionFactory be placed so that it can be easily accessed? |