diff --git a/src/docbkx/index.xml b/src/docbkx/index.xml index 449f56ab8..b01bad45f 100644 --- a/src/docbkx/index.xml +++ b/src/docbkx/index.xml @@ -60,7 +60,7 @@ Reference Documentation - + @@ -70,9 +70,12 @@ Appendix - + + + + diff --git a/src/docbkx/reference/jpa.xml b/src/docbkx/reference/jpa.xml index b7fecb1ef..cc35725a9 100644 --- a/src/docbkx/reference/jpa.xml +++ b/src/docbkx/reference/jpa.xml @@ -205,6 +205,22 @@ … where x.age > ?1 + + After + + findByStartDateAfter + + … where x.startDate > ?1 + + + + Before + + findByStartDateBefore + + … where x.startDate < ?1 + + IsNull @@ -292,7 +308,9 @@ In and NotIn also take any subclass of Collection as parameter as well as - arrays or varargs. + arrays or varargs. For other syntactical versions of the very same + logical operator check . @@ -960,4 +978,4 @@ public interface UserRepository extends JpaRepository<User, Long> { - \ No newline at end of file + diff --git a/src/docbkx/resources/xsl/fopdf.xsl b/src/docbkx/resources/xsl/fopdf.xsl index 0a90bfb9e..bc973f305 100644 --- a/src/docbkx/resources/xsl/fopdf.xsl +++ b/src/docbkx/resources/xsl/fopdf.xsl @@ -106,7 +106,7 @@ - Spring Data Document () + Spring Data JPA ()