A F
A F
Do you have the sql query?
I think you need to filter out unwanted child entities which were loaded by JPA. The filter helps to locate the parent entities. Once the targets found, JPA will help...
Which part do you mean? Custom value converter?
As [Object to Object conversion was removed](https://github.com/perplexhub/rsql-jpa-specification/blob/5f59180ddddb8ce4f789a5619f50e14d4f31037a/rsql-common/src/main/java/io/github/perplexhub/rsql/RSQLCommonSupport.java#L48) from conversionService, I think we better not to remove it from the Spring one. Custom converters can be add via RSQLJPASupport.addConverter(). See example...
Hi Alan, could you share the exception, model classes and query? Thanks.
@borsch Do you have any idea?
https://ngdeveloper.com/illegal-attempt-dereference-path-source-null-categorylist-basic-type/ Could you try to change SortUtils line 49 from root.get to root.join?
Should we use root.join only for @OneToMany?
Thanks guys. The changes was released .
could you share your repo?