Package org.hibernate.annotations
Annotation Type FilterJoinTable
-
@Target({TYPE,METHOD,FIELD}) @Retention(RUNTIME) @Repeatable(FilterJoinTables.class) public @interface FilterJoinTable
Add filters to a join table collection.
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description SqlFragmentAlias[]aliasesThe alias descriptors for injection.StringconditionThe filter condition.booleandeduceAliasInjectionPointsDo we need to determine all points within the condition fragment that are alias injection points? Or are injection points already marked?
-
-
-
Element Detail
-
name
String name
The filter name.
-
-
-
aliases
SqlFragmentAlias[] aliases
The alias descriptors for injection.- Default:
- {}
-
-