Spring Data Commons. Interfaces and code shared between the various datastore specific implementations.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

11 lines
738 B

= Spring Data Commons Reference Guide
The reference documentation consists of the following sections:
[horizontal]
link:preface.html[Preface] :: Project metadata (version control, bug tracker, and so on).
link:dependencies.html[Dependencies] :: Dependency Management with Spring Boot, Spring Framework.
link:repositories.html[Repositories] :: Core concepts, defining queries, repository interfaces, and more.
link:repository-projections.html[Projections] :: Interface-based projections, class-based projections, dynamic projections.
link:query-by-example.html[Query by Example] :: Usage, `Example`, `ExampleMatcher`.
link:auditing.html[Auditing] :: Annotation-based auditing metadata, interface-based auditing metadata, `AuditorAware`.