Skip to content

Commit

Permalink
remove obsolete comment about HSQLDB in jdoc of LockingStrategy
Browse files Browse the repository at this point in the history
  • Loading branch information
gavinking committed Dec 23, 2024
1 parent eb47e6b commit 2f914a4
Showing 1 changed file with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,13 @@
/**
* A strategy abstraction for how locks are obtained in the underlying database.
* <p>
* All locking provided implementations assume the underlying database supports
* (and that the connection is in) at least read-committed transaction isolation.
* The most glaring exclusion to this is HSQLDB which only offers support for
* READ_UNCOMMITTED isolation.
* All built-in implementations assume the underlying database supports at least
* {@linkplain java.sql.Connection#TRANSACTION_READ_COMMITTED read-committed}
* transaction isolation, and that the JDBC connection was obtained with at least
* this isolation level.
*
* @see org.hibernate.dialect.Dialect#getLockingStrategy
* @see org.hibernate.cfg.JdbcSettings#ISOLATION
* @since 3.2
*
* @author Steve Ebersole
Expand Down

0 comments on commit 2f914a4

Please sign in to comment.