gert-wijns / TypeSafeQueryBuilder

Compile time assistence while creating queries, making them more type safe and easier to refactor
6 stars 8 forks source link

Order by with subquery should be allowed #63

Closed gert-wijns closed 8 years ago

gert-wijns commented 8 years ago

The subquery can't be created due to a validation mentioning it is not possible in hibernate, which seems to be too restrictive.