org.compass.gps.device.hibernate.lifecycle
Class HibernateCollectionEventListener
java.lang.Object
org.compass.gps.device.hibernate.lifecycle.HibernateEventListener
org.compass.gps.device.hibernate.lifecycle.HibernateCollectionEventListener
- All Implemented Interfaces:
- Serializable, PostCollectionRecreateEventListener, PostCollectionRemoveEventListener, PostCollectionUpdateEventListener, PostDeleteEventListener, PostInsertEventListener, PostUpdateEventListener
public class HibernateCollectionEventListener
- extends HibernateEventListener
- implements PostCollectionRecreateEventListener, PostCollectionRemoveEventListener, PostCollectionUpdateEventListener
- Author:
- kimchy
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HibernateCollectionEventListener
public HibernateCollectionEventListener(HibernateGpsDevice device,
boolean marshallIds,
boolean pendingCascades,
boolean processCollections)
onPostRecreateCollection
public void onPostRecreateCollection(PostCollectionRecreateEvent postCollectionRecreateEvent)
- Specified by:
onPostRecreateCollection in interface PostCollectionRecreateEventListener
onPostRemoveCollection
public void onPostRemoveCollection(PostCollectionRemoveEvent postCollectionRemoveEvent)
- Specified by:
onPostRemoveCollection in interface PostCollectionRemoveEventListener
onPostUpdateCollection
public void onPostUpdateCollection(PostCollectionUpdateEvent postCollectionUpdateEvent)
- Specified by:
onPostUpdateCollection in interface PostCollectionUpdateEventListener
Copyright (c) 2004-2008 The Compass Project.