See: Description
| Class | Description |
|---|---|
| CrudRepositorySupport |
This implementation is used to factor out the commonalities between various Spring interfaces extending the
CrudRepository interface. |
| DefaultCrudRepository |
This class will provide implementations for the methods introduced by the Spring framework through
CrudRepository. |
| DefaultGemfireRepository | |
| DefaultJpaRepository | |
| DefaultPagingAndSortingRepository | |
| DefaultQueryByExampleExecutor | |
| DefaultQueryDslPredicateExecutor | |
| ExampleMatcherQueryDescriptionExtractor | |
| PagingAndSortingSupport |
This package implements the bridge pattern over the various repository interfaces in the Spring Data project. Each class should represent exactly one repository interface in the Spring data project.
Many of the interfaces in the Spring data project come with their own packaging and project. We have to check for the presence of such an interface before adding the bridge for it to the classpath.
Copyright © 2014–2016. All rights reserved.