Fixed
Details
Assignee
Vlad MihalceaVlad MihalceaReporter
Vlad MihalceaVlad MihalceaComponents
Fix versions
Priority
Major
Details
Details
Assignee
Vlad Mihalcea
Vlad MihalceaReporter
Vlad Mihalcea
Vlad MihalceaComponents
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
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).