类的使用
org.hibernate.dialect.lock.AbstractSelectLockingStrategy
-
使用AbstractSelectLockingStrategy的程序包 程序包 说明 org.hibernate.dialect.lock Support for Dialect-specific locking strategies -
-
org.hibernate.dialect.lock中AbstractSelectLockingStrategy的使用
org.hibernate.dialect.lock中AbstractSelectLockingStrategy的子类 修饰符和类型 类 说明 classPessimisticReadSelectLockingStrategyA pessimistic locking strategy where the locks are obtained through select statements.classPessimisticWriteSelectLockingStrategyA pessimistic locking strategy where the locks are obtained through select statements.classSelectLockingStrategyA locking strategy where the locks are obtained through select statements.
-