Skip to content
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

Fix properties mapping for child associations #17

Closed
wants to merge 16 commits into from

Conversation

sfesenko
Copy link

At the moment mapping is not works correctly for child associations, because properties are always resolved against parent entity instead of actual entity

vogoltsov and others added 7 commits June 12, 2017 09:28
Tests are run against both Hibernate and EclipseLink JPA
+ Fixing tests when using hibernate
+ Fixing an issue where nested joins fail with an IllegalStateException: Illegal attempt to dereference path source
+ Adding a test case for the nested join
Tests are run against both Hibernate and EclipseLink JPA
+ Fixing tests when using hibernate
+ Fixing an issue where nested joins fail with an IllegalStateException: Illegal attempt to dereference path source
+ Adding a test case for the nested join
@coveralls
Copy link

coveralls commented Oct 23, 2017

Coverage Status

Coverage decreased (-0.3%) to 99.721% when pulling ee3a09f on sfesenko:master into 7458a9e on tennaito:master.

josiahhaswell and others added 9 commits April 11, 2018 10:36
Named joins (join with alias set) can also be used in rsql query.
Expose findPropertyPath in visitor for grouper/sorter/selection building.
# Conflicts:
#	src/test/java/com/github/tennaito/rsql/jpa/JpaVisitorTest.java
# Conflicts:
#	src/test/java/com/github/tennaito/rsql/jpa/JpaVisitorTest.java
# Conflicts:
#	src/test/java/com/github/tennaito/rsql/jpa/JpaVisitorTest.java
@sfesenko sfesenko closed this Sep 5, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
9 participants