hibernate-orm
hibernate-orm copied to clipboard
Hibernate's core Object/Relational Mapping functionality
[Parallel test execution maxParallelForks](https://docs.gradle.org/current/userguide/performance.html#parallel_test_execution),running multiple test cases in parallel is useful and helpful when there are several CPU cores. At the original PR, we added four setting and it failed,...
[Compiler daemon](https://docs.gradle.org/current/userguide/performance.html#compiler_daemon),We found that the project had over 1000 Java and Groovy files, so running the Compiler as a separate process shortened the build time of this project
According to [Process forking options](https://docs.gradle.org/current/userguide/performance.html#forking_options), Gradle will run all tests in a single forked VM by default. This can be problematic if there are a lot of tests or some...
See issue description at https://hibernate.atlassian.net/browse/HHH-14873 You may step back one commit (revert the solution) to see that the newly added test really fails.
Adds an archive descriptor for the JRT virtual file system, using the JDK 8 io.nio. package
See Jira issue description at [this link](https://hibernate.atlassian.net/browse/HHH-14810) If there are any mistakes on code, please comment. thanks :)
https://hibernate.atlassian.net/browse/HHH-14798 No fix at the moment... See also https://hibernate.zulipchat.com/#narrow/stream/132094-hibernate-orm-dev/topic/HHH-14798/near/251876108
When we have a field with @Column and create a modification column reuse name of @Column automatic
`start_value` is the correct column name. See here: https://www.postgresql.org/docs/9.1/infoschema-sequences.html Note: sorry I could not create a Hibernate Jira account. I tried nearly a dozen times. Kept getting 500s.
[EXPERIMENTAL] To understand the effects of this change across several DBs