Re: [hibernate-dev] Extending hibernate

2013-02-07 Thread Sebastian
Thanks you for the reply. I'll try it and post it in the forum too. Cheers! Sebastian On 06/02/13 12:24, Emmanuel Bernard wrote: > It's better to use the user forums but here are a few hints. > > Depending on the collection type, Hibernate can delete the precise rows > that it needs to. In other

Re: [hibernate-dev] Extending hibernate

2013-02-06 Thread Emmanuel Bernard
It's better to use the user forums but here are a few hints. Depending on the collection type, Hibernate can delete the precise rows that it needs to. In other cases it has to clean all rows and recreate them. It seems you are using a collection that is neither a Set nor an indexed collection (Li