org.springframework.data.mapping.event
Class MappingContextEvent<E extends PersistentEntity<?,P>,P extends PersistentProperty<P>>
java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
org.springframework.data.mapping.event.MappingContextEvent<E,P>
- All Implemented Interfaces:
- Serializable
public class MappingContextEvent<E extends PersistentEntity<?,P>,P extends PersistentProperty<P>>
- extends ApplicationEvent
- Author:
- Jon Brisbin
- See Also:
- Serialized Form
MappingContextEvent
public MappingContextEvent(E source,
TypeInformation<?> typeInformation)
getTypeInformation
public TypeInformation<?> getTypeInformation()
getPersistentEntity
public E getPersistentEntity()
Copyright © 2011. All Rights Reserved.