Spring Data Commons

org.springframework.data.mapping.event
Class MappingContextEvent

java.lang.Object
  extended by java.util.EventObject
      extended by org.springframework.context.ApplicationEvent
          extended by org.springframework.data.mapping.event.MappingContextEvent
All Implemented Interfaces:
Serializable

public class MappingContextEvent
extends ApplicationEvent

Author:
Jon Brisbin
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
MappingContextEvent(PersistentEntity<?> source, TypeInformation typeInformation)
           
 
Method Summary
 PersistentEntity<?> getPersistentEntity()
           
 TypeInformation getTypeInformation()
           
 
Methods inherited from class org.springframework.context.ApplicationEvent
getTimestamp
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MappingContextEvent

public MappingContextEvent(PersistentEntity<?> source,
                           TypeInformation typeInformation)
Method Detail

getTypeInformation

public TypeInformation getTypeInformation()

getPersistentEntity

public PersistentEntity<?> getPersistentEntity()

Spring Data Commons

Copyright © 2011. All Rights Reserved.