-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add query support based on PropertyPath #177
Comments
hohwille
added
enhancement
util-pojo
generic support for Plain Old Java Objects (POJOs)
labels
Apr 4, 2016
hohwille
added a commit
that referenced
this issue
Apr 4, 2016
hohwille
added a commit
that referenced
this issue
Apr 5, 2016
Works well so far and is promising. Still in progress... |
hohwille
added
util-query
and removed
util-pojo
generic support for Plain Old Java Objects (POJOs)
labels
Apr 10, 2016
hohwille
added a commit
that referenced
this issue
Apr 10, 2016
hohwille
added a commit
that referenced
this issue
Apr 10, 2016
…tion, etc.) added first implementations for JPQL and OrientDB.
hohwille
added a commit
that referenced
this issue
Apr 12, 2016
…an because operation map was copied as is #177: improved and refactored: all query stuff including path and expression now in query module, package structure improved, Alias and Variable act as PathRoot that are PathFactory to build path, paths validated to prevent inconsistent paths or queries (needs further improvement), fluent API for property path now without need for type-name in methods, etc.
hohwille
added a commit
that referenced
this issue
Apr 16, 2016
hohwille
added a commit
that referenced
this issue
Apr 20, 2016
hohwille
added a commit
that referenced
this issue
Apr 26, 2016
Was implemented but |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.The text was updated successfully, but these errors were encountered: