Go to file
Steve Ebersole 5500985afa initial working support for root entity loading via HQL 2019-09-16 13:09:43 -05:00
buildSrc HHH-13428 Remove unused repository URLs 2019-06-07 20:19:12 +01:00
databases HHH-13605 Upgrade the MariaDB JDBC driver to 2.2.4 in the matrix_mariadb task 2019-09-11 21:20:35 -05:00
design initial working support for root entity loading via HQL 2019-09-16 13:09:43 -05:00
documentation 6 - SQM based on JPA type system 2019-09-12 10:42:33 +01:00
etc Improved Hibernate support for SAP HANA 2017-09-21 12:05:19 -05:00
gradle temporarily include just the new tests so we can publish SNAPSHOTS for others to use 2019-09-16 08:51:39 +01:00
hibernate-agroal HHH-13035 Upgrade Agroal to 1.2 2018-10-16 12:06:00 +02:00
hibernate-c3p0 6 - SQM based on JPA type system 2019-09-12 10:42:32 +01:00
hibernate-core initial working support for root entity loading via HQL 2019-09-16 13:09:43 -05:00
hibernate-ehcache Initial working support for building and executing JdbcSelect operation from simple HQL 2019-09-12 10:42:33 +01:00
hibernate-entitymanager HHH-11253 Make Byte Buddy BytecodeProvider impl the default 2018-03-02 12:19:18 +00:00
hibernate-envers 6 - fix compilation errors in envers and osgi projects 2019-09-12 10:42:33 +01:00
hibernate-hikaricp HHH-13029 Avoid static singletons to hold on Strategy Registration Implementations 2018-10-12 23:25:50 +01:00
hibernate-infinispan HHH-12177 Update relocation of Infinispan provider for 5.3 2018-07-12 10:36:23 +02:00
hibernate-integrationtest-java-modules Fix JavaModulePathIT when testing with javassist 2019-06-26 16:24:39 +02:00
hibernate-java8 HHH-12190 - General tidying of Gradle scripts 2018-01-16 14:34:43 -06:00
hibernate-jcache 6 - SQM based on JPA type system 2019-09-12 10:42:32 +01:00
hibernate-jipijapa HHH-13576 Similar debugf and tracef issues found via grepping 2019-08-14 11:40:39 +01:00
hibernate-orm-modules adjust ORM artifact references in module descriptors (missed some) 2019-09-16 08:53:15 +01:00
hibernate-osgi 6 - fix compilation errors in envers and osgi projects 2019-09-12 10:42:33 +01:00
hibernate-proxool HHH-13029 Avoid static singletons to hold on Strategy Registration Implementations 2018-10-12 23:25:50 +01:00
hibernate-spatial 6 - SQM based on JPA type system 2019-09-12 10:42:29 +01:00
hibernate-testing More work on EntityResult handling; 2019-09-16 08:51:16 +01:00
hibernate-vibur HHH-13029 Avoid static singletons to hold on Strategy Registration Implementations 2018-10-12 23:25:50 +01:00
release 6 - SQM based on JPA type system 2019-09-12 10:42:32 +01:00
shared/config/checkstyle HHH-12390 - Add hibernate-jipijapa for integrating with WildFly 2018-03-26 11:42:09 -05:00
tooling HHH-13133 Review logging usage in the MavenEnhancePlugin 2019-08-05 11:44:24 +01:00
.gitignore Add vim swap files to .gitignore 2018-07-05 16:12:56 +02:00
.travis.yml Force the use of Ubuntu Trusty in the Travis build 2019-06-13 12:51:43 -05:00
CONTRIBUTING.md HHH-12603 - Added Notes section to CONTRIBUTING.MD 2018-06-21 16:32:04 +01:00
README.md Add LGTM.com code quality badge 2018-10-13 00:21:27 +01:00
build.gradle 6 - SQM based on JPA type system 2019-09-12 10:42:27 +01:00
changelog.txt 5.4.4.Final 2019-07-29 14:56:14 -07:00
dco.txt CONTRIBUTING.md changes to add Legal section + adding dco.txt 2017-08-08 09:27:33 -05:00
gradlew HHH-11507 - Upgrade to Gradle 4.2 2017-09-21 15:07:29 +01:00
gradlew.bat HHH-11346 - Upgrade gradle to 3.2.1 2016-12-20 09:41:28 +00:00
hibernate_logo.gif SVN layout migration for core/trunk 2007-06-29 19:24:12 +00:00
lgpl.txt HHH-10961 Update address of Free Software Foundation 2018-02-14 11:25:26 +00:00
migration-guide.adoc Correct JTS version information 2019-01-02 13:53:07 +01:00
settings.gradle 6 - SQM based on JPA type system 2019-09-12 10:42:32 +01:00
utilities.gradle HHH-12188 - Add Java 9 automatic module name hinting 2017-12-28 10:13:55 -06:00

README.md

Hibernate ORM is a library providing Object/Relational Mapping (ORM) support to applications, libraries and frameworks.

It also provides an implementation of the JPA specification, which is the standard Java specification for ORM.

This is the repository of its source code: see Hibernate.org for additional information.

Build Status Language grade: Java

Building from sources

The build requires a Java 8 JDK as JAVA_HOME.

You will need Git to obtain the source.

Hibernate uses Gradle as its build tool. See the Gradle Primer section below if you are new to Gradle.

Contributors should read the Contributing Guide.

See the guides for setting up IntelliJ or Eclipse as your development environment.

Check out the Getting Started section in CONTRIBUTING.md for getting started working on Hibernate source.

Continuous Integration

Hibernate makes use of Jenkins for its CI needs. The project is built continuous on each push to the upstream repository. Overall there are a few different jobs, all of which can be seen at http://ci.hibernate.org/view/ORM/

Gradle primer

This section describes some of the basics developers and contributors new to Gradle might need to know to get productive quickly. The Gradle documentation is very well done; 2 in particular that are indispensable:

  • Gradle User Guide is a typical user guide in that it follows a topical approach to describing all of the capabilities of Gradle.
  • Gradle DSL Guide is quite unique and excellent in quickly getting up to speed on certain aspects of Gradle.

Using the Gradle Wrapper

For contributors who do not otherwise use Gradle and do not want to install it, Gradle offers a very cool features called the wrapper. It lets you run Gradle builds without a previously installed Gradle distro in a zero-conf manner. Hibernate configures the Gradle wrapper for you. If you would rather use the wrapper and not install Gradle (or to make sure you use the version of Gradle intended for older builds) you would just use the command gradlew (or gradlew.bat) rather than gradle (or gradle.bat) in the following discussions. Note that gradlew is only available in the project's root dir, so depending on your working directory you may need to adjust the path to gradlew as well.

Examples use the gradle syntax, but just swap gradlew (properly relative) for gradle if you wish to use the wrapper.

Another reason to use gradlew is that it uses the exact version of Gradle that the build is defined to work with.

Executing Tasks

Gradle uses the concept of build tasks (equivalent to Ant targets or Maven phases/goals). You can get a list of available tasks via

gradle tasks

To execute a task across all modules, simply perform that task from the root directory. Gradle will visit each sub-project and execute that task if the sub-project defines it. To execute a task in a specific module you can either:

  1. cd into that module directory and execute the task
  2. name the "task path". For example, in order to run the tests for the hibernate-core module from the root directory you could say gradle hibernate-core:test
  • build - Assembles (jars) and tests this project
  • buildDependents - Assembles and tests this project and all projects that depend on it. So think of running this in hibernate-core, Gradle would assemble and test hibernate-core as well as hibernate-envers (because envers depends on core)
  • classes - Compiles the main classes
  • testClasses - Compiles the test classes
  • compile (Hibernate addition) - Performs all compilation tasks including staging resources from both main and test
  • jar - Generates a jar archive with all the compiled classes
  • test - Runs the tests
  • publish - Think Maven deploy
  • publishToMavenLocal - Installs the project jar to your local maven cache (aka ~/.m2/repository). Note that Gradle never uses this, but it can be useful for testing your build with other local Maven-based builds.
  • eclipse - Generates an Eclipse project
  • idea - Generates an IntelliJ/IDEA project (although the preferred approach is to use IntelliJ's Gradle import).
  • clean - Cleans the build directory

Testing and databases

Testing against a specific database can be achieved in 2 different ways:

Using the "Matrix Testing Plugin" for Gradle.

Coming soon...

Using "profiles"

The Hibernate build defines a number of database testing "profiles" in databases.gradle. These profiles can be activated by name using the db build property which can be passed either as a JVM system prop (-D) or as a Gradle project property (-P). Examples below use the Gradle project property approach.

gradle clean build -Pdb=pgsql

To run a test from your IDE, you need to ensure the property expansions happen. Use the following command:

gradle clean compile -Pdb=pgsql

NOTE : If you are running tests against a JDBC driver that is not available via Maven central (generally due to license nonsense - Oracle, DB2, etc) be sure to add these drivers to your local Maven repo cache (~/.m2/repository) or (better) add it to a personal Maven repo server

Running database-specific tests from the IDE using "profiles"

You can run any test on any particular database that is configured in a databases.gradle profile.

All you have to do is run the following command:

gradlew setDataBase -Pdb=pgsql

or you can use the shortcut version:

gradlew sDB -Pdb=pgsql

You can do this from the module which you are interested in testing or from the hibernate-orm root folder.

Afterward, just pick any test from the IDE and run it as usual. Hibernate will pick the database configuration from the hibernate.properties file that was set up by the setDataBase Gradle task.