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 7d3ee2d commit d6a272bCopy full SHA for d6a272b
hibernate-core/src/main/java/org/hibernate/type/descriptor/java/BasicJavaType.java
@@ -15,7 +15,7 @@
15
*/
16
public interface BasicJavaType<T> extends JavaType<T> {
17
/**
18
- * Obtain the "recommended" {@link JdbcType SQL type descriptor}
+ * Obtain the "recommended" {@linkplain JdbcType SQL type descriptor}
19
* for this Java type. Often, but not always, the source of this
20
* recommendation is the JDBC specification.
21
*
0 commit comments