Skip to content

Commit

Permalink
very minor change to jdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
gavinking committed Jan 13, 2025
1 parent 6b0f9f8 commit ac37839
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ default boolean useStreamForLobBinding() {
/**
* The JDBC {@link java.sql.Types type code} used to bind a null boolean value.
*
* @see org.hibernate.cfg.AvailableSettings#PREFERRED_BOOLEAN_JDBC_TYPE
* @see org.hibernate.cfg.MappingSettings#PREFERRED_BOOLEAN_JDBC_TYPE
* @see org.hibernate.dialect.Dialect#getPreferredSqlTypeCodeForBoolean()
*/
default int getPreferredSqlTypeCodeForBoolean() {
Expand All @@ -70,7 +70,7 @@ default int getPreferredSqlTypeCodeForBoolean() {
*
* @return The LOB creator
*
* @see org.hibernate.cfg.AvailableSettings#NON_CONTEXTUAL_LOB_CREATION
* @see org.hibernate.cfg.JdbcSettings#NON_CONTEXTUAL_LOB_CREATION
* @see org.hibernate.dialect.Dialect#getDefaultNonContextualLobCreation()
*/
default LobCreator getLobCreator() {
Expand Down Expand Up @@ -98,7 +98,7 @@ default LobCreator getLobCreator() {
*
* @return the JDBC {@link TimeZone}, or null if no JDBC timezone was explicitly set
*
* @see org.hibernate.cfg.AvailableSettings#JDBC_TIME_ZONE
* @see org.hibernate.cfg.JdbcSettings#JDBC_TIME_ZONE
*/
default TimeZone getJdbcTimeZone() {
return getSessionFactory().getSessionFactoryOptions().getJdbcTimeZone();
Expand Down

0 comments on commit ac37839

Please sign in to comment.