OneToOne association cannot be fetched with a single query in Hibernate
Issue
- A
OneToOne
association is defined between two entities (e.g.Customer
andAddress
) - An HQL/JPAQL query like
select c from Customer c join fetch c.address
results in two distinct SQL queries
Environment
- Red Hat JBoss Enterprise Application Platform (EAP) 7
- Hibernate 5
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.