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

org.hibernate.dialect.lock (Hibernate API Documentation) - Hibernate 3.2.3 正式版 API 英文文档


Package org.hibernate.dialect.lock

Interface Summary
LockingStrategy A strategy abstraction for how locks are obtained in the underlying database.
 

Class Summary
SelectLockingStrategy A locking strategy where the locks are obtained through select statements.
UpdateLockingStrategy A locking strategy where the locks are obtained through update statements.