Skip to content

Commit da8a13b

Browse files
committed
add some @sees to BindingContext
to show how it's used
1 parent f586a12 commit da8a13b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

hibernate-core/src/main/java/org/hibernate/query/BindingContext.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@
1616
* @author Gavin King
1717
*
1818
* @since 7
19+
*
20+
* @see BindableType#resolveExpressible(BindingContext)
21+
* @see org.hibernate.query.sqm.SqmExpressible#resolveExpressible(BindingContext)
22+
* @see org.hibernate.query.sqm.produce.function.ArgumentsValidator#validate(java.util.List, String, BindingContext)
23+
* @see org.hibernate.query.sqm.internal.TypecheckUtil
1924
*/
2025
@Incubating
2126
public interface BindingContext {

0 commit comments

Comments
 (0)