-
Bug
-
Resolution: Unresolved
-
Major
-
8.0 Update 5
-
False
-
None
-
False
-
-
-
-
-
-
-
In Hibernate 6, When defining a JPA relationship that has a join column defined with a single java.util.Date, an error occurs "CollectionType.getKeyOfOwner" within hibernate when the persistence manager attempts to flush the entities. If the relationship has two or more columns, including two columns of type java.util.Date, the error does not occur. If the types are changed to LocalDateTime or ZonedDateTime, the error also does not occur.
- is blocked by
-
JBEAP-29262 [8.1.0.GA] - [GSS](8.0.z) HHH-18229 - “UnsupportedOperationException: Re-work support for semi-resolve ” with null value in column referenced by @JoinColumn
-
- Resolved
-
- is cloned by
-
JBEAP-29262 [8.1.0.GA] - [GSS](8.0.z) HHH-18229 - “UnsupportedOperationException: Re-work support for semi-resolve ” with null value in column referenced by @JoinColumn
-
- Resolved
-
- is incorporated by
-
JBEAP-28846 [GSS](8.0.z) Upgrade Hibernate from 6.2.32.Final-redhat-00001 to 6.2.33.Final-redhat-00001
-
- New
-
- clones
-
HHH-18229 Loading...