Issue with unidirectional one-to-many association with a join column that references a column that is not the primary key

Description

A one-to-many association is causing Hibernate to throw:

INFO: HHH000327: Error performing load command : org.hibernate.property.access.spi.PropertyAccessException:

when loading an entity via Session.get(domainClass, identifier), under the following conditions:

  • the association collection is annotated with @fetch(FetchMode.JOIN)

  • the association's join column is referencing a non-primary key of the owning entity

  • the association's join column value is referencing a non-existing record of the associated table (the "many" side).

Activity

Show:

Vlad MihalceaOctober 25, 2017 at 2:16 PM

Applied PR upstream.

Fixed

Details

Assignee

Reporter

Components

Fix versions

Priority

Created October 25, 2017 at 12:57 PM
Updated January 15, 2025 at 2:11 PM
Resolved October 25, 2017 at 2:16 PM

Flag notifications