Class RepositoriesPopulatedEvent

java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
org.springframework.data.repository.init.RepositoriesPopulatedEvent
All Implemented Interfaces:
Serializable

public class RepositoriesPopulatedEvent extends ApplicationEvent
ApplicationEvent being thrown after a RepositoryPopulator has finished populating the Repositories available in the ApplicationContext.
Author:
Oliver Gierke
See Also: