- All Implemented Interfaces:
- Serializable, org.hibernate.event.InitializeCollectionEventListener
public class CopyCollectionEventListener
extends Object
implements org.hibernate.event.InitializeCollectionEventListener
This listener must be added to Hibernate's listeners to support before-images of loaded collections. The
listener gets called after a lazy collection is loaded, and will update the "mirror" of that collection
inside the before cache.
- Author:
- Frits Jalvingh
Created on Jan 19, 2014
- See Also:
- Serialized Form