org.hibernate.event
Interface FlushEntityEventListener

All Superinterfaces:
Serializable
All Known Implementing Classes:
DefaultFlushEntityEventListener, EJB3FlushEntityEventListener

public interface FlushEntityEventListener
extends Serializable

Author:
Gavin King

Method Summary
 void onFlushEntity(FlushEntityEvent event)
           
 

Method Detail

onFlushEntity

void onFlushEntity(FlushEntityEvent event)
                   throws HibernateException
Throws:
HibernateException


Copyright © 2001-2010 Red Hat, Inc. All Rights Reserved.