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() {
58
58
/**
59
59
* The JDBC {@link java.sql.Types type code} used to bind a null boolean value.
60
60
*
61
- * @see org.hibernate.cfg.AvailableSettings #PREFERRED_BOOLEAN_JDBC_TYPE
61
+ * @see org.hibernate.cfg.MappingSettings #PREFERRED_BOOLEAN_JDBC_TYPE
62
62
* @see org.hibernate.dialect.Dialect#getPreferredSqlTypeCodeForBoolean()
63
63
*/
64
64
default int getPreferredSqlTypeCodeForBoolean () {
@@ -70,7 +70,7 @@ default int getPreferredSqlTypeCodeForBoolean() {
70
70
*
71
71
* @return The LOB creator
72
72
*
73
- * @see org.hibernate.cfg.AvailableSettings #NON_CONTEXTUAL_LOB_CREATION
73
+ * @see org.hibernate.cfg.JdbcSettings #NON_CONTEXTUAL_LOB_CREATION
74
74
* @see org.hibernate.dialect.Dialect#getDefaultNonContextualLobCreation()
75
75
*/
76
76
default LobCreator getLobCreator () {
@@ -98,7 +98,7 @@ default LobCreator getLobCreator() {
98
98
*
99
99
* @return the JDBC {@link TimeZone}, or null if no JDBC timezone was explicitly set
100
100
*
101
- * @see org.hibernate.cfg.AvailableSettings #JDBC_TIME_ZONE
101
+ * @see org.hibernate.cfg.JdbcSettings #JDBC_TIME_ZONE
102
102
*/
103
103
default TimeZone getJdbcTimeZone () {
104
104
return getSessionFactory ().getSessionFactoryOptions ().getJdbcTimeZone ();
You can’t perform that action at this time.
0 commit comments