Emmanuel Bernard
updated
an issue
Hibernate OGM
/
OGM-693
[JP-QL] Add support for references to collection of embeddables
Change By:
Emmanuel Bernard
{code}
select u from User u join u.addresses a where a.city = 'Paris'
@Entity
class User {
@ElementCollection
Set<Address> addresses
}
@Embeddable
class Address {
String city;
}
{code}
Add Comment
This message was sent by Atlassian JIRA
(v6.4-OD-11-014#64007-
sha1:d74ee47
)