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.
- blocks
-
JBEAP-29251 [GSS](8.0.z) HHH-18229 - “UnsupportedOperationException: Re-work support for semi-resolve ” with null value in column referenced by @JoinColumn
-
- Pull Request Sent
-
- clones
-
JBEAP-29251 [GSS](8.0.z) HHH-18229 - “UnsupportedOperationException: Re-work support for semi-resolve ” with null value in column referenced by @JoinColumn
-
- Pull Request Sent
-