|
Spring Data Core | |||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
---|---|
RepositoryPopulator | Interface for components that will populate the Spring Data repositories with objects. |
ResourceReader |
Class Summary | |
---|---|
AbstractRepositoryPopulatorFactoryBean | Base class for FactoryBean s creating ResourceReaderRepositoryPopulator s. |
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 Resource s. |
UnmarshallerRepositoryPopulatorFactoryBean | FactoryBean to create a ResourceReaderRepositoryPopulator using an Unmarshaller . |
UnmarshallingResourceReader |
Enum Summary | |
---|---|
ResourceReader.Type |
Support for repository initialization using XML and JSON.
|
Spring Data Core | |||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |