Skip to content

Commit 9def347

Browse files
committed
HHH-8790 improved Filter javadoc
1 parent b38365e commit 9def347

File tree

1 file changed

+3
-2
lines changed
  • hibernate-core/src/main/java/org/hibernate/annotations

1 file changed

+3
-2
lines changed

hibernate-core/src/main/java/org/hibernate/annotations/Filter.java

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,9 @@
5353
String condition() default "";
5454

5555
/**
56-
* Do we need to determine all points within the condition fragment that are alias injection points? Or
57-
* are injection points already marked?
56+
* If true, automatically determine all points within the condition fragment that an alias should be injected.
57+
* Otherwise, injection will only replace instances of explicit "{alias}" instances or
58+
* @SqlFragmentAlias descriptors.
5859
*/
5960
boolean deduceAliasInjectionPoints() default true;
6061

0 commit comments

Comments
 (0)