Spring Data Commons

Package org.springframework.data.repository.init

Interface Summary
RepositoryPopulator Interface for components that will populate the Spring Data repositories with objects.
ResourceReader  
 

Class Summary
AbstractRepositoryPopulatorFactoryBean Base class for FactoryBeans creating ResourceReaderRepositoryPopulators.
JacksonRepositoryPopulatorFactoryBean FactoryBean to set up a ResourceReaderRepositoryPopulator with a JacksonResourceReader.
JacksonResourceReader A ResourceReader using Jackson to read JSON into objects.
RepositoriesPopulatedEvent ApplicationEvent being thrown after a RepositoryPopulator has finished populating the Repositories available in the ApplicationContext.
ResourceReaderRepositoryPopulator A RepositoryPopulator using a ResourceReader to read objects from the configured Resources.
UnmarshallerRepositoryPopulatorFactoryBean FactoryBean to create a ResourceReaderRepositoryPopulator using an Unmarshaller.
UnmarshallingResourceReader  
 

Enum Summary
ResourceReader.Type  
 


Spring Data Commons

Copyright © 2013. All Rights Reserved.