[hibernate-dev] [OGM] Collection flush event

Guillaume SCHEIBEL guillaume.scheibel at gmail.com
Sat Jan 12 11:39:19 EST 2013


Hi guys,

Can someone tell to which events belong all the collection operation ?
Because for the moment I'm using this:
public class OgmEventListener extends DefaultFlushEventListener implements
FlushEventListener, AutoFlushEventListener

And obviously any collection operations is called during the flush time
frame. Should I implement other event listener and to which event type
should it (they) be associated to ?

Thanks
Guillaume


More information about the hibernate-dev mailing list