m-m-m / util

Mature Modular Meta-Framework
http://m-m-m.sourceforge.net
Apache License 2.0
10 stars 5 forks source link

add query support based on PropertyPath #177

Closed hohwille closed 6 years ago

hohwille commented 8 years ago

Similar to QueryDSL we can provide a type-safe query builder using PropertyPath as abstraction for ReadableProperty and cascaded property paths. This will have the advantage over QueryDSL that no code-generation is required and also no strange bean mocking via Alias is required - just plain properties via prototype.

hohwille commented 8 years ago

Works well so far and is promising. Still in progress...

hohwille commented 6 years ago

Was implemented but property, bean and query have been moved out of util to own repositories.