Package org.hibernate.annotations
Annotation Type FilterJoinTables
-
@Target({TYPE,METHOD,FIELD}) @Retention(RUNTIME) public @interface FilterJoinTables
Add multiple@FilterJoinTable
to a collection.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description FilterJoinTable[]
value
The aggregated filters.
-
-
-
Element Detail
-
value
FilterJoinTable[] value
The aggregated filters.
-
-