Niels Thykier
Niels Thykier
> In general, the criteria API is based on property names so referring to a property name will translate the referenced property into a proper `SqlIdentifier`. "property" as in a...
My argument is rather - the property name does not match the `@Column` name, so how will this work when JOINs are in play? Consider a case like this: ```java...
> It pretty much depends on who creates the SQL statement. In the case of Spring Data JDBC, it's our components that are aware of properties and property paths (`order.location.id`)....
I can reproduce that the graph does not render (admittedly, I get a different error - namely the one from #32). The following can be used as a work around:...