Skip to content

Commit 77a1be1

Browse files
committed
some cleanups + doc for SqlTypes
1 parent 5dfb90b commit 77a1be1

File tree

4 files changed

+147
-169
lines changed

4 files changed

+147
-169
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
* <p/>
4343
* This code is generally as one of the values defined in {@link java.sql.Types}, but are not
4444
* limited to these. The code is resolved against an internal registry of {@link JdbcType}
45-
* references. See the user-guide for additional details.
45+
* references. See the user guide for additional details.
4646
* <p/>
4747
* See <a href="package-summary.html#basic-value-mapping"/> for high-level discussion
4848
* of basic value mapping.
@@ -61,8 +61,8 @@
6161
public @interface JdbcTypeCode {
6262
/**
6363
* The standard {@linkplain java.sql.Types JDBC Types} code or a custom code.
64-
* This ultimately decides which {@link JdbcType}
65-
* is used to "understand" the described SQL data type
64+
* This ultimately decides which {@link JdbcType} is used to "understand" the
65+
* described SQL data type.
6666
*/
6767
int value();
6868
}

0 commit comments

Comments
 (0)