ome.security.basic
Class FlushEntityEventListener
java.lang.Object
org.hibernate.event.def.DefaultFlushEntityEventListener
ome.security.basic.FlushEntityEventListener
- All Implemented Interfaces:
- Serializable, org.hibernate.event.FlushEntityEventListener
public class FlushEntityEventListener
- extends org.hibernate.event.def.DefaultFlushEntityEventListener
responsible for responding to FlushEntityEvent
. Necessary to perform
clean up of entities.
- Since:
- 3.0
- Version:
- $Revision: 2638 $, $Date: 2008-07-30 21:58:38 +0100 (Wed, 30 Jul 2008) $
- Author:
- Josh Moore, josh.moore at gmx.de
- See Also:
BasicSecuritySystem#lockMarked()
,
Serialized Form
Method Summary |
void |
onFlushEntity(org.hibernate.event.FlushEntityEvent event)
|
Methods inherited from class org.hibernate.event.def.DefaultFlushEntityEventListener |
checkId, dirtyCheck, handleInterception, invokeInterceptor, isUpdateNecessary, validate |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FlushEntityEventListener
public FlushEntityEventListener(OmeroInterceptor interceptor)
- main constructor. Requires a non-null security system
onFlushEntity
public void onFlushEntity(org.hibernate.event.FlushEntityEvent event)
throws org.hibernate.HibernateException
- Specified by:
onFlushEntity
in interface org.hibernate.event.FlushEntityEventListener
- Overrides:
onFlushEntity
in class org.hibernate.event.def.DefaultFlushEntityEventListener
- Throws:
org.hibernate.HibernateException
OmeroJava Api
Version: Beta-4.1.1-r5927-b91
Copyright © 2009 The University of Dundee. All Rights Reserved.