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 |
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–2021. All rights reserved.