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

CacheSynchronization (Hibernate API Documentation) - Hibernate 2.1.8 正式版 API 英文文档


net.sf.hibernate.engine
Class CacheSynchronization

java.lang.Object
  extended bynet.sf.hibernate.engine.CacheSynchronization
All Implemented Interfaces:
Synchronization

public final class CacheSynchronization
extends Object
implements Synchronization

Author:
Gavin King

Constructor Summary
CacheSynchronization(SessionImplementor session)
           
 
Method Summary
 void afterCompletion(int status)
           
 void beforeCompletion()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CacheSynchronization

public CacheSynchronization(SessionImplementor session)
Method Detail

beforeCompletion

public void beforeCompletion()
Specified by:
beforeCompletion in interface Synchronization

afterCompletion

public void afterCompletion(int status)
Specified by:
afterCompletion in interface Synchronization