Bulk « Component « JPA Q&A





1. Bulk insert of component collection in Hibernate?    stackoverflow.com

I have the mapping as listed below. When I update a detached Categories item (that doesn't contain any Hibernate class as it comes from a dto converter) I notice that Hibernate will ...

2. Bulk insert of component collection in Hibernate?    forum.hibernate.org

I have the mapping as listed below. When I update a detached Categories item (that doesn't contain any Hibernate class as it comes from a dto converter) I notice that Hibernate will first delete ALL employer wages instances (the collection link) and then insert ALL employer wage entries ONE-BY-ONE :(... I understand that it has to delete and then insert all ...