Class MappingContextEvent<E extends PersistentEntity<?,P>,P extends PersistentProperty<P>>

java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
org.springframework.data.mapping.context.MappingContextEvent<E,P>
Type Parameters:
E - the PersistentEntity the context was created for
P - the PersistentProperty the PersistentEntity consists of
All Implemented Interfaces:
Serializable

public class MappingContextEvent<E extends PersistentEntity<?,P>,P extends PersistentProperty<P>> extends ApplicationEvent
Base implementation of an ApplicationEvent refering to a PersistentEntity.
Author:
Oliver Gierke, Jon Brisbin
See Also: