Hibernate Tip: What is the fastest option to delete 100 database records
Hibernate Tips is a series of posts in which I describe a quick and easy solution for common Hibernate questions. If you have a question for a future Hibernate Tip, please leave a comment below. Question: In one of my use cases, I need to remove a few hundred entities, and I can see in…