Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/main/asciidoc/faq.adoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[[faq]]
[appendix]
= Frequently asked questions
= Frequently Asked Questions

Sorry, no Frequently asked questions so far.
Sorry. We have no frequently asked questions so far.
7 changes: 3 additions & 4 deletions src/main/asciidoc/glossary.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,16 @@
= Glossary

AOP::
Aspect oriented programming
Aspect-Oriented Programming

CRUD::
Create, Read, Update, Delete - Basic persistence operations

Dependency Injection::
Pattern to hand a component's dependency to the component from outside, freeing the component to lookup the dependant itself. For more information see link:$$http://en.wikipedia.org/wiki/Dependency_Injection$$[http://en.wikipedia.org/wiki/Dependency_Injection].
Pattern to hand a component's dependency to the component from outside, freeing the component to lookup the dependent itself. For more information, see link:$$http://en.wikipedia.org/wiki/Dependency_Injection$$[http://en.wikipedia.org/wiki/Dependency_Injection].

JPA::
Java Persistence API

Spring::
Java application framework - link:$$http://projects.spring.io/spring-framework$$[http://projects.spring.io/spring-framework]

Java application framework -- link:$$http://projects.spring.io/spring-framework$$[http://projects.spring.io/spring-framework]
Binary file added src/main/asciidoc/images/epub-cover.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions src/main/asciidoc/images/epub-cover.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
33 changes: 16 additions & 17 deletions src/main/asciidoc/index.adoc
Original file line number Diff line number Diff line change
@@ -1,39 +1,38 @@
= Spring Data JDBC - Reference Documentation
Jens Schauder
Jens Schauder, Jay Bryant
:revnumber: {version}
:revdate: {localdate}
:toc:
:toc-placement!:
:linkcss:
:doctype: book
:docinfo: shared
:toc: left
:toclevels: 4
:source-highlighter: prettify
:icons: font
:imagesdir: images
ifdef::backend-epub3[:front-cover-image: image:epub-cover.png[Front Cover,1050,1600]]
:spring-data-commons-docs: https://raw.githubusercontent.com/spring-projects/spring-data-commons/master/src/main/asciidoc
:spring-framework-docs: http://docs.spring.io/spring-framework/docs/{springVersion}/spring-framework-reference/

(C) 2018 The original authors.

NOTE: Copies of this document may be made for your own use and for distribution to others, provided that you do not charge any fee for such copies and further provided that each copy contains this Copyright Notice, whether distributed in print or electronically.

toc::[]

include::preface.adoc[]


:leveloffset: +1
include::new-features.adoc[]
include::{spring-data-commons-docs}/dependencies.adoc[]
include::{spring-data-commons-docs}/repositories.adoc[]
:leveloffset: -1
include::new-features.adoc[leveloffset=+1]
include::{spring-data-commons-docs}/dependencies.adoc[leveloffset=+1]
include::{spring-data-commons-docs}/repositories.adoc[leveloffset=+1]

[[reference]]
= Reference Documentation

:leveloffset: +1
include::jdbc.adoc[]
:leveloffset: -1
include::jdbc.adoc[leveloffset=+1]

[[appendix]]
= Appendix

:numbered!:
:leveloffset: +1
include::faq.adoc[]
include::glossary.adoc[]
:leveloffset: -1
include::faq.adoc[leveloffset=+1]
include::glossary.adoc[leveloffset=+1]
Loading