You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.adoc
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -23,8 +23,14 @@ Local Elasticsearch instance must be running to run the tests.
23
23
== Spring Data JDBC
24
24
25
25
* `basic` - Basic usage of Spring Data JDBC.
26
+
* `graalvm-native` - This example compiles a basic Spring Data JDBC application into a GraalVM native image.
27
+
* `howto` - A collection of projects to go with the https://spring.io/blog/2021/09/09/spring-data-jdbc-how-to-use-custom-id-generation[Spring Data JDBC - How to blog posts].
26
28
* `immutables` - Showing Spring Data JDBC usage
27
29
with https://immutables.github.io/[Immutables]
30
+
* `jmolecules` - Demonstrates the interaction of jMolecules with Spring Data JDBC.
31
+
* `jooq` - Demonstrates how to use jOOQ and Spring Data JDBC together.
32
+
* `mybatis` - Demonstrate how to use MyBatis to generate SQL for Spring Data JDBC.
33
+
* `singlequeryloading` - Demonstrates how to enable Single Query Loading.
0 commit comments