Package org.hibernate.annotations
Annotation Type WhereJoinTable
-
@Target({TYPE,METHOD,FIELD}) @Retention(RUNTIME) public @interface WhereJoinTableWhere clause to add to the collection join table. The clause is written in SQL. Just as withWhere, a common use case is for implementing soft-deletes.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.StringclauseThe where-clause predicate.
-