File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
hibernate-core/src/main/java/org/hibernate/type/descriptor Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ default boolean useStreamForLobBinding() {
5858 /**
5959 * The JDBC {@link java.sql.Types type code} used to bind a null boolean value.
6060 *
61- * @see org.hibernate.cfg.AvailableSettings #PREFERRED_BOOLEAN_JDBC_TYPE
61+ * @see org.hibernate.cfg.MappingSettings #PREFERRED_BOOLEAN_JDBC_TYPE
6262 * @see org.hibernate.dialect.Dialect#getPreferredSqlTypeCodeForBoolean()
6363 */
6464 default int getPreferredSqlTypeCodeForBoolean () {
@@ -70,7 +70,7 @@ default int getPreferredSqlTypeCodeForBoolean() {
7070 *
7171 * @return The LOB creator
7272 *
73- * @see org.hibernate.cfg.AvailableSettings #NON_CONTEXTUAL_LOB_CREATION
73+ * @see org.hibernate.cfg.JdbcSettings #NON_CONTEXTUAL_LOB_CREATION
7474 * @see org.hibernate.dialect.Dialect#getDefaultNonContextualLobCreation()
7575 */
7676 default LobCreator getLobCreator () {
@@ -98,7 +98,7 @@ default LobCreator getLobCreator() {
9898 *
9999 * @return the JDBC {@link TimeZone}, or null if no JDBC timezone was explicitly set
100100 *
101- * @see org.hibernate.cfg.AvailableSettings #JDBC_TIME_ZONE
101+ * @see org.hibernate.cfg.JdbcSettings #JDBC_TIME_ZONE
102102 */
103103 default TimeZone getJdbcTimeZone () {
104104 return getSessionFactory ().getSessionFactoryOptions ().getJdbcTimeZone ();
You can’t perform that action at this time.
0 commit comments