hibernate-orm icon indicating copy to clipboard operation
hibernate-orm copied to clipboard

Hibernate's core Object/Relational Mapping functionality

Results 538 hibernate-orm issues
Sort by recently updated
recently updated
newest added

[Please describe here what your change is about] ---------------------- 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...

[HHH-18470](https://hibernate.atlassian.net/browse/HHH-18470): Duplicate foreign key names generated for inheritance type TABLE_PER_CLASS The problem was in DenormalizedTable#createForeignKeys where the includedTable.foreignKey is also used as subclass Foreignkey, and Foreignkey.name is considered as UserProvidedIdentifier....

When determining the type of the collection element, `CollectionBinder` considers it to be embeddable if there are `@AttributeOverride`-s on corresponding member (property or method) . This doesn't work when collection...

[Please describe here what your change is about] ---------------------- 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...

Fixing version detection to be able to run hibernate on a server using mysql in azure. The detection logic also handles the cases it did before, but does no longer...

https://hibernate.atlassian.net/browse/HHH-18520 Upgrade to hibernate-models 0.9.0 https://hibernate.atlassian.net/browse/HHH-18521 Leverage hibernate-models ModelsConfiguration need to finish replacing the constructors for Annotations used by Jandex ---------------------- By submitting this pull request, I confirm that my...

See Jira issue [HHH-18532](https://hibernate.atlassian.net/browse/HHH-18532) Fixing unwrapping date/time related values into `java.sql.Date` and `java.sql.Time` ---------------------- By submitting this pull request, I confirm that my contribution is made under the terms of...

[HHH-4396](https://hibernate.atlassian.net/browse/HHH-4396) - Ability to patternize embedded column names ---------------------- 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...

https://hibernate.atlassian.net/browse/HHH-18385 ``` public void logSlowQuery(final Statement statement, final long startTimeNanos, final JdbcSessionContext context) { if ( logSlowQuery < 1 ) { return; } if ( startTimeNanos logSlowQuery ) { final...

---------------------- 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...

JIRA issue Test Case