gert-wijns / TypeSafeQueryBuilder

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

Add some basic dao to do the query #14

Closed gert-wijns closed 10 years ago

gert-wijns commented 10 years ago

At least for some cases a basic TypeSafeQueryDao which takes the query, creates the HqlQuery and creates the query/lists the results would be enough.