Files
spring-data-commons/spring-data-commons-core/src
Oliver Gierke fc57f602e9 DATACMNS-209 - MappingContextEvent now carries its emitting MappingContext.
MappingContextEvent now has an wasEmittedBy(MappingContext<?, ?> context) method to allow identifying whether the event was emitted by the given MappingContext. Useful if multiple MappingContexts are in place and one wants to react on the events emitted by a particular one only.
2012-07-31 15:38:16 +02:00
..