-
Notifications
You must be signed in to change notification settings - Fork 96
Home
tennaito edited this page Feb 24, 2015
·
1 revision
Welcome to the rsql-jpa wiki!
Documentation always refer to Master.
In tag 1.0.0 where it wrongly says:
- /courses?query=department==18102 - is related with department 18102 (this is actually ManyToOne association and NaturalID)
It correctly says:
- /courses?query=department.id==18102 - is related with department id 18102
This API is not anymore an Hibernate API. Although It was possible to create a similar feature in JPA, it is less error prone to declare the full graph to the property you want.