We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b38365e commit 9def347Copy full SHA for 9def347
hibernate-core/src/main/java/org/hibernate/annotations/Filter.java
@@ -53,8 +53,9 @@
53
String condition() default "";
54
55
/**
56
- * Do we need to determine all points within the condition fragment that are alias injection points? Or
57
- * 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
58
+ * @SqlFragmentAlias descriptors.
59
*/
60
boolean deduceAliasInjectionPoints() default true;
61
0 commit comments