What is callback interface?



What is callback interface?..

Answer / Shailendra Kumar Mishra

Callback interfaces in Hibernate allow you to register methods that will be called automatically by Hibernate at various stages of the lifecycle of an entity. Common use cases for callbacks include auditing, validation, and caching.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Hibernate Interview Questions

Is orm a design pattern?

1 Answers  


What are the features of hibernate?

1 Answers  


Difference between session and sessionfactory in hibernate?

1 Answers  


What is transaction management in hibernate? How it works?

1 Answers  


What is lazy loading hibernate?

1 Answers  


What is difference between session and sessionfactory in hibernate?

1 Answers  


How to use union all in hibernate query?

1 Answers  


Do I need hibernate cfg xml?

1 Answers  


How can we add criteria to a sql query?

1 Answers  


What the three inheritance models are of hibernate?

1 Answers  


What are the tags that are importantly used in hibernate configuration file?

1 Answers  


What are bidirectional relationships?

1 Answers  


Categories