What are callback interfaces in hibernate?



What are callback interfaces in hibernate?..

Answer / Ritika Saraf

Callback interfaces are interfaces provided by Hibernate to allow you to execute custom logic before or after certain operations. Examples include SaveCallback, DeleteCallback, and FlushEntityCallback.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Hibernate Interview Questions

What is composite key in hibernate?

1 Answers  


What is hibernate inheritance?

1 Answers  


How many objects are there in hibernate architecture?

1 Answers  


What is the difference between save() and persist() method in hibernate?

1 Answers  


Why we use hibernate?

1 Answers  


What is hibernate criteria join?

1 Answers  


Why we use hibernate template?

1 Answers  


What is orm and its advantages?

1 Answers  


What is persistence context in hibernate?

1 Answers  


How to integrate log4j logging in hibernate application?

1 Answers  


What are the disadvantages of hibernate?

1 Answers  


What is the use of version property in hibernate?

1 Answers  


Categories