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 FactoryBean to set up a ResourceReaderRepositoryPopulator with a JacksonResourceReader.
JacksonRepositoryPopulatorFactoryBean FactoryBean to set up a ResourceReaderRepositoryPopulator with a JacksonResourceReader.
JacksonResourceReader A ResourceReader using Jackson to read JSON into objects.
ResourceReaderRepositoryPopulator A RepositoryPopulator using a ResourceReader to read objects from the configured Resource s.
UnmarshallerRepositoryPopulatorFactoryBean FactoryBean to create a ResourceReaderRepositoryPopulator using an Unmarshaller.
UnmarshallingResourceReader  
 

Enum Summary
ResourceReader.Type  
 


Spring Data Commons

Copyright © 2012. All Rights Reserved.