HHH-8790 improved Filter javadoc

This commit is contained in:
Brett Meyer 2013-12-17 10:07:15 -05:00
parent b38365e023
commit 9def347be7
1 changed files with 3 additions and 2 deletions

View File

@ -53,8 +53,9 @@ public @interface Filter {
String condition() default "";
/**
* Do we need to determine all points within the condition fragment that are alias injection points? Or
* are injection points already marked?
* If true, automatically determine all points within the condition fragment that an alias should be injected.
* Otherwise, injection will only replace instances of explicit "{alias}" instances or
* @SqlFragmentAlias descriptors.
*/
boolean deduceAliasInjectionPoints() default true;