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
seems the jpa api is not updated to the latest spec?
there are foreignkeys in the join-table but not exist in the @JoinTable class
@Target({METHOD, FIELD}) @Retention(RUNTIME)
public @interface JoinTable {
String name() default "";
String catalog(
All you need to know about $subject on in.relation.to -
http://in.relation.to/23938.lace
Enjoy,
Hardy
___
hibernate-dev mailing list
hibernate-dev@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/hibernate-dev