程序包的使用
org.hibernate.dialect.lock
-
使用org.hibernate.dialect.lock的程序包 程序包 说明 org.hibernate This package defines the central Hibernate APIs.org.hibernate.dialect This package abstracts the SQL dialect of the underlying database.org.hibernate.dialect.lock Support for Dialect-specific locking strategiesorg.hibernate.persister.entity This package abstracts persistence mechanisms for entities, and defines the Hibernate runtime metamodel. -
org.hibernate使用的org.hibernate.dialect.lock中的类 类 说明 LockingStrategyException Represents an error trying to apply aLockingStrategyto an entityOptimisticEntityLockException Represents an error trying to apply an optimisticLockingStrategyto an entity -
org.hibernate.dialect使用的org.hibernate.dialect.lock中的类 类 说明 LockingStrategy A strategy abstraction for how locks are obtained in the underlying database. -
org.hibernate.dialect.lock使用的org.hibernate.dialect.lock中的类 类 说明 AbstractSelectLockingStrategy BaseLockingStrategyimplementation to support implementations based on issuing SQL SELECT statementsLockingStrategy A strategy abstraction for how locks are obtained in the underlying database.LockingStrategyException Represents an error trying to apply aLockingStrategyto an entity -
org.hibernate.persister.entity使用的org.hibernate.dialect.lock中的类 类 说明 LockingStrategy A strategy abstraction for how locks are obtained in the underlying database.