Hibernate Tip: The Fastest Option to Remove a List of Entities

preview_player
Показать описание

I was asked for the fastest option to delete a bunch of database records. So, here it is.

If you like this video, please give me your thumbs up and share it with your friends and co-workers.

Like my channel? Subscribe!

Join the free Member Library:

Want to connect with me?
Рекомендации по теме
Комментарии
Автор

Hello Thorben, nice video series. What is the most efficient way to bulk delete entities that needs joins? So you have entity A that is parent to entity B that is also parent C and want to delete a subset of C's. Is there any other solution besides loading the IDs from B and use them with a IN clause ? Thanks

jipadan