ome.tools.hibernate
Class ReloadingRefreshEventListener
java.lang.Object
ome.tools.hibernate.ReloadingRefreshEventListener
- All Implemented Interfaces:
- Serializable, org.hibernate.event.RefreshEventListener
public class ReloadingRefreshEventListener
- extends Object
- implements org.hibernate.event.RefreshEventListener
responsible for responding to RefreshEvent
. in particular in
reloading the unloaded
entities.
- Since:
- 3.0-M3
- Version:
- $Revision: 1167 $, $Date: 2006-12-15 10:39:34 +0000 (Fri, 15 Dec 2006) $
- Author:
- Josh Moore, josh.moore at gmx.de
- See Also:
- Serialized Form
Method Summary |
void |
onRefresh(org.hibernate.event.RefreshEvent event)
|
void |
onRefresh(org.hibernate.event.RefreshEvent event,
Map refreshedAlready)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ReloadingRefreshEventListener
public ReloadingRefreshEventListener()
onRefresh
public void onRefresh(org.hibernate.event.RefreshEvent event)
throws org.hibernate.HibernateException
- Specified by:
onRefresh
in interface org.hibernate.event.RefreshEventListener
- Throws:
org.hibernate.HibernateException
- See Also:
RefreshEventListener.onRefresh(RefreshEvent)
onRefresh
public void onRefresh(org.hibernate.event.RefreshEvent event,
Map refreshedAlready)
throws org.hibernate.HibernateException
- Specified by:
onRefresh
in interface org.hibernate.event.RefreshEventListener
- Throws:
org.hibernate.HibernateException
- See Also:
RefreshEventListener.onRefresh(RefreshEvent, Map)
OmeroJava Api
Version: Beta-4.1.1-r5927-b91
Copyright © 2009 The University of Dundee. All Rights Reserved.