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.
Similar to QueryDSL we can provide a type-safe query builder using
PropertyPath
as abstraction forReadableProperty
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.