From 0489299d2db189658a3e3fd8a6c58e985c537cce Mon Sep 17 00:00:00 2001 From: YuCheng Hu Date: Thu, 9 Apr 2020 17:39:24 -0400 Subject: [PATCH] Init submit the file to the repo --- persistence-modules/README.md | 3 ++ persistence-modules/pom.xml | 78 +++++++++++++++++++++++++++++++++++ 2 files changed, 81 insertions(+) create mode 100644 persistence-modules/README.md create mode 100644 persistence-modules/pom.xml diff --git a/persistence-modules/README.md b/persistence-modules/README.md new file mode 100644 index 0000000000..f6abc5782a --- /dev/null +++ b/persistence-modules/README.md @@ -0,0 +1,3 @@ +## Persistence Modules + +This module contains articles about persistence. Actual articles go into its submodules. diff --git a/persistence-modules/pom.xml b/persistence-modules/pom.xml new file mode 100644 index 0000000000..ec7f0bcec2 --- /dev/null +++ b/persistence-modules/pom.xml @@ -0,0 +1,78 @@ + + + 4.0.0 + persistence-modules + persistence-modules + pom + + + com.baeldung + parent-modules + 1.0.0-SNAPSHOT + + + + activejdbc + apache-cayenne + core-java-persistence + deltaspike + elasticsearch + flyway + hbase + hibernate5 + hibernate-mapping + hibernate-ogm + hibernate-annotations + hibernate-jpa + hibernate-queries + hibernate-enterprise + influxdb + java-cassandra + java-cockroachdb + java-jdbi + java-jpa + java-jpa-2 + java-mongodb + jnosql + jpa-hibernate-cascade-type + liquibase + orientdb + persistence-libraries + querydsl + r2dbc + redis + + solr + spring-boot-persistence-2 + spring-boot-mysql + spring-boot-persistence + spring-boot-persistence-h2 + spring-boot-persistence-mongodb + spring-data-cassandra + spring-data-cassandra-reactive + spring-data-couchbase-2 + spring-data-dynamodb + spring-data-eclipselink + spring-data-elasticsearch + spring-data-gemfire + spring-data-geode + spring-data-jpa + spring-data-jpa-2 + spring-data-jpa-3 + spring-data-jpa-4 + spring-data-keyvalue + spring-data-mongodb + spring-data-neo4j + spring-data-redis + spring-data-solr + spring-hibernate-3 + spring-hibernate-5 + spring-hibernate4 + spring-jpa + + spring-persistence-simple + spring-persistence-simple-2 + + +