hibernate-orm
hibernate-orm copied to clipboard
Hibernate's core Object/Relational Mapping functionality
https://hibernate.atlassian.net/browse/HHH-14200 The root cause is we didn't invoke 'initText()' for collection type in `DotNode#resolve()` as in the following snippet: ``` else if ( propertyType.isEntityType() ) { // The property is...
Added test case for HHH-14125 'Selecting EntityCollection fails ("not an entity")' `select e.someStrings from EntityWithAnElementCollection e` fails with the Exception "not an entity". Fetching any property of basic type or...
Test case and naive solution for HHH-14119. I quess there are better solutions for this issue.
All *UnionSubclassTest tests pass locally
Proposed support also with unit test
…g mapping failded with PropertyAccessException reproducing test. The issue is already fixed in the meantime, so it can be closed. Maybe this unit test is important for regress
Add fallback check if the field type is of type java.util.UUID Update corresponding MappingException message
https://hibernate.atlassian.net/browse/HHH-14036
Locales with scripts (e.g. zh-Hant-HK) were not parsed properly by LocaleTypeDescriptor, causing the script part to get lost.