From 9c65a9b0e35d62aa5a216b907dbff60a85665d4a Mon Sep 17 00:00:00 2001 From: YuCheng Hu Date: Sat, 11 Apr 2020 08:25:08 -0400 Subject: [PATCH] init submit hibernate 5 --- persistence-modules/hibernate5/README.md | 15 ++++ persistence-modules/hibernate5/pom.xml | 88 ++++++++++++++++++++++++ 2 files changed, 103 insertions(+) create mode 100644 persistence-modules/hibernate5/README.md create mode 100644 persistence-modules/hibernate5/pom.xml diff --git a/persistence-modules/hibernate5/README.md b/persistence-modules/hibernate5/README.md new file mode 100644 index 0000000000..bd437c80eb --- /dev/null +++ b/persistence-modules/hibernate5/README.md @@ -0,0 +1,15 @@ +## Hibernate 5 + +This module contains articles about Hibernate 5. Let's not add more articles here, we should not be creating a -2 out of it. Please add to other existing hibernate-* modules, or create a new one. + +### Relevant articles: + +- [An Overview of Identifiers in Hibernate](https://www.baeldung.com/hibernate-identifiers) +- [Hibernate Interceptors](https://www.baeldung.com/hibernate-interceptor) +- [Hibernate Entity Lifecycle](https://www.baeldung.com/hibernate-entity-lifecycle) +- [Hibernate 5 Naming Strategy Configuration](https://www.baeldung.com/hibernate-naming-strategy) +- [Proxy in Hibernate load() Method](https://www.baeldung.com/hibernate-proxy-load-method) +- [Hibernate 5 Bootstrapping API](https://www.baeldung.com/hibernate-5-bootstrapping-api) +- [Guide to the Hibernate EntityManager](https://www.baeldung.com/hibernate-entitymanager) +- [Using c3p0 with Hibernate](https://www.baeldung.com/hibernate-c3p0) +- [Persist a JSON Object Using Hibernate](https://www.baeldung.com/hibernate-persist-json-object) \ No newline at end of file diff --git a/persistence-modules/hibernate5/pom.xml b/persistence-modules/hibernate5/pom.xml new file mode 100644 index 0000000000..7f04abc09f --- /dev/null +++ b/persistence-modules/hibernate5/pom.xml @@ -0,0 +1,88 @@ + + + 4.0.0 + hibernate5 + 0.0.1-SNAPSHOT + hibernate5 + + + com.baeldung + persistence-modules + 1.0.0-SNAPSHOT + + + + + org.hibernate + hibernate-core + ${hibernate.version} + + + org.assertj + assertj-core + ${assertj-core.version} + test + + + com.h2database + h2 + ${h2.version} + + + org.hibernate + hibernate-spatial + ${hibernate.version} + + + org.opengeo + geodb + ${geodb.version} + + + mysql + mysql-connector-java + ${mysql.version} + + + ch.vorburger.mariaDB4j + mariaDB4j + ${mariaDB4j.version} + + + org.hibernate + hibernate-testing + ${hibernate.version} + + + com.fasterxml.jackson.core + jackson-databind + ${jackson.version} + + + + org.openjdk.jmh + jmh-generator-annprocess + ${openjdk-jmh.version} + + + + + + geodb-repo + GeoDB repository + http://repo.boundlessgeo.com/main/ + + + + + 5.4.12.Final + 6.0.6 + 2.2.3 + 3.8.0 + 1.21 + 0.9 + + +