hibernate-orm
hibernate-orm copied to clipboard
Hibernate's core Object/Relational Mapping functionality
…ady initialized the HikariDataSource Provide HikariCPConnectionProvider ability to use a pre-configured HikariDataSource already initialized by subclasses. Many more details in the Jira. ---------------------- By submitting this pull request, I confirm...
Jira issue [HHH-18377](https://hibernate.atlassian.net/browse/HHH-18377) This pull requests is update to [#8719](https://github.com/hibernate/hibernate-orm/pull/8719) - Fixed bug in [UUID version 6](https://datatracker.ietf.org/doc/html/rfc9562#name-uuid-version-6) generation - Simplified and slightly improved [UUID version 7](https://datatracker.ietf.org/doc/html/rfc9562#name-uuid-version-7) generation ---------------------- By submitting...
https://hibernate.atlassian.net/browse/HHH-18131 https://github.com/hibernate/hibernate-orm/pull/9013 backport to 6.6 ---------------------- By submitting this pull request, I confirm that my contribution is made under the terms of the [Apache 2.0 license](https://www.apache.org/licenses/LICENSE-2.0.txt) and can be relicensed...
wrong fileid’s alias fileid1_0_0_ is used instead of fileid1_0_1_ while transforming ResultSet to Book. ``` Column "fileid1_0_0_" not found [42122-224] org.h2.jdbc.JdbcSQLSyntaxErrorException: Column "fileid1_0_0_" not found [42122-224] at org.h2.message.DbException.getJdbcSQLException(DbException.java:514) at org.h2.message.DbException.getJdbcSQLException(DbException.java:489)...
See Jira Issue [HHH-18705](https://hibernate.atlassian.net/browse/HHH-18705) Problem can be quickly, but ugly, solved by copy & paste (with small adjustments) methods `returnType` and `entityType` from class `org.hibernate.processor.annotation.NamedQueryMethod`. ---------------------- By submitting this pull...
---------------------- By submitting this pull request, I confirm that my contribution is made under the terms of the [Apache 2.0 license](https://www.apache.org/licenses/LICENSE-2.0.txt) and can be relicensed under the terms of the...
https://hibernate.atlassian.net/browse/HHH-18389 https://github.com/hibernate/hibernate-orm/pull/8679 backport to 6.6 ---------------------- By submitting this pull request, I confirm that my contribution is made under the terms of the [Apache 2.0 license](https://www.apache.org/licenses/LICENSE-2.0.txt) and can be relicensed...
---------------------- By submitting this pull request, I confirm that my contribution is made under the terms of the [Apache 2.0 license](https://www.apache.org/licenses/LICENSE-2.0.txt) and can be relicensed under the terms of the...
to show that https://hibernate.atlassian.net/browse/HHH-18323 has been resolved [Please describe here what your change is about] ---------------------- By submitting this pull request, I confirm that my contribution is made under the...
https://hibernate.atlassian.net/browse/HHH-17612 Backport of https://github.com/hibernate/hibernate-orm/pull/9027, including a temporary workaround to allow for queries on the default revision entity types to continue working. ---------------------- By submitting this pull request, I confirm that...