当前页面:
在线文档首页 >
Hibernate 2.1.8 正式版 API 英文文档
CacheSynchronization (Hibernate API Documentation) - Hibernate 2.1.8 正式版 API 英文文档
net.sf.hibernate.engine
Class CacheSynchronization
java.lang.Object
net.sf.hibernate.engine.CacheSynchronization
- All Implemented Interfaces:
- Synchronization
- public final class CacheSynchronization
- extends Object
- implements Synchronization
- Author:
- Gavin King
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CacheSynchronization
public CacheSynchronization(SessionImplementor session)
beforeCompletion
public void beforeCompletion()
- Specified by:
beforeCompletion
in interface Synchronization
afterCompletion
public void afterCompletion(int status)
- Specified by:
afterCompletion
in interface Synchronization