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

Re: [hibernate-dev] JPA 2.1 help : @Index and@ForeignKey support

2013-02-06 Thread Strong Liu
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(

[hibernate-dev] In unison release of Bean Validation TCK 1.1.0.Beta3 and Hibernate Validator 5.0.0.Beta1

2013-02-06 Thread Hardy Ferentschik
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