File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
hibernate-core/src/main/java/org/hibernate/annotations Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 9090
9191 /**
9292 * Explicitly specifies how aliases are interpolated into
93- * the {@link #condition} SQL expression. Each {@link
94- * SqlFragmentAlias} specifies a placeholder name and the
95- * table whose alias should be interpolated. Placeholders
96- * are of form {@code {name}} where {@code name} matches
97- * a {@link SqlFragmentAlias#alias}.
93+ * the {@linkplain #condition SQL expression} . Each listed
94+ * {@link SqlFragmentAlias} specifies a placeholder name
95+ * and the table whose alias should be interpolated.
96+ * Placeholders are of form {@code {name}} where {@code name}
97+ * matches a given {@link SqlFragmentAlias#alias alias}.
9898 */
9999 SqlFragmentAlias [] aliases () default {};
100100}
You can’t perform that action at this time.
0 commit comments