站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > Hibernate 3.2.4 正式版 API 英文文档

Uses of Package org.hibernate.dialect.lock (Hibernate API Documentation) - Hibernate 3.2.4 正式版 API 英文文档


Uses of Package
org.hibernate.dialect.lock

Packages that use org.hibernate.dialect.lock
org.hibernate.dialect This package abstracts the SQL dialect of the underlying database. 
org.hibernate.dialect.lock   
org.hibernate.persister.entity This package abstracts persistence mechanisms for entities, and defines the Hibernate runtime metamodel. 
 

Classes in org.hibernate.dialect.lock used by org.hibernate.dialect
LockingStrategy
          A strategy abstraction for how locks are obtained in the underlying database.
SelectLockingStrategy
          A locking strategy where the locks are obtained through select statements.
 

Classes in org.hibernate.dialect.lock used by org.hibernate.dialect.lock
LockingStrategy
          A strategy abstraction for how locks are obtained in the underlying database.
 

Classes in org.hibernate.dialect.lock used by org.hibernate.persister.entity
LockingStrategy
          A strategy abstraction for how locks are obtained in the underlying database.