Skip to content

Commit bfbca4e

Browse files
committed
fix @filter javadoc
1 parent d6e5f5d commit bfbca4e

File tree

1 file changed

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

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -90,11 +90,11 @@
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
}

0 commit comments

Comments
 (0)