File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
hibernate-core/src/main/java/org/hibernate/dialect/lock Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 1010/**
1111 * A strategy abstraction for how locks are obtained in the underlying database.
1212 * <p>
13- * All locking provided implementations assume the underlying database supports
14- * (and that the connection is in) at least read-committed transaction isolation.
15- * The most glaring exclusion to this is HSQLDB which only offers support for
16- * READ_UNCOMMITTED isolation.
13+ * All built-in implementations assume the underlying database supports at least
14+ * {@linkplain java.sql.Connection#TRANSACTION_READ_COMMITTED read-committed}
15+ * transaction isolation, and that the JDBC connection was obtained with at least
16+ * this isolation level .
1717 *
1818 * @see org.hibernate.dialect.Dialect#getLockingStrategy
19+ * @see org.hibernate.cfg.JdbcSettings#ISOLATION
1920 * @since 3.2
2021 *
2122 * @author Steve Ebersole
You can’t perform that action at this time.
0 commit comments