Spring Data Core

Package org.springframework.data.repository.init

Support for repository initialization using XML and JSON.

See:
          Description

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.
Jackson2RepositoryPopulatorFactoryBean FactoryBean to set up a ResourceReaderRepositoryPopulator with a Jackson2ResourceReader.
Jackson2ResourceReader A ResourceReader using Jackson to read JSON into objects.
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  
 

Package org.springframework.data.repository.init Description

Support for repository initialization using XML and JSON.


Spring Data Core

Copyright © 2011-2013-2013 Pivotal. All Rights Reserved.