Commit 38bfb17
authored
* fix: plural attributes double wrapping in list type
* fix: Applied consistent behaviors for JOIN and EXISTS criteria expressions
* fix: add tests
* feat: Added isShouldClearContext configuration to invoke clear() for EM
* fixme: Added failing tests to fix some time later
* chore: find and replace '\n' with ''
* fix: remove wrong hint
* fix: Added test for many-2- many query using both sides of the relationship
* Revert "feat: Added isShouldClearContext configuration to invoke clear() for EM"
This reverts commit c5ac022.
* fix: Corrected StarwarsQueryExecutor failing unit tests
1 parent 963826f commit 38bfb17
File tree
7 files changed
+628
-133
lines changed- graphql-jpa-query-example-model-starwars/src/main/java/com/introproventures/graphql/jpa/query/schema/model/starwars
- graphql-jpa-query-schema/src
- main/java/com/introproventures/graphql/jpa/query/schema/impl
- test/java/com/introproventures/graphql/jpa/query/schema
7 files changed
+628
-133
lines changedLines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| 33 | + | |
33 | 34 | | |
34 | 35 | | |
35 | 36 | | |
| |||
40 | 41 | | |
41 | 42 | | |
42 | 43 | | |
43 | | - | |
| 44 | + | |
44 | 45 | | |
45 | 46 | | |
46 | 47 | | |
| |||
58 | 59 | | |
59 | 60 | | |
60 | 61 | | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
61 | 66 | | |
62 | 67 | | |
63 | 68 | | |
| |||
Lines changed: 5 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
332 | 332 | | |
333 | 333 | | |
334 | 334 | | |
335 | | - | |
| 335 | + | |
336 | 336 | | |
337 | 337 | | |
338 | 338 | | |
| |||
404 | 404 | | |
405 | 405 | | |
406 | 406 | | |
407 | | - | |
| 407 | + | |
408 | 408 | | |
409 | 409 | | |
410 | 410 | | |
| |||
853 | 853 | | |
854 | 854 | | |
855 | 855 | | |
856 | | - | |
| 856 | + | |
| 857 | + | |
| 858 | + | |
857 | 859 | | |
858 | 860 | | |
859 | 861 | | |
| |||
897 | 899 | | |
898 | 900 | | |
899 | 901 | | |
900 | | - | |
901 | | - | |
902 | | - | |
903 | | - | |
904 | | - | |
905 | 902 | | |
906 | 903 | | |
907 | 904 | | |
| |||
Lines changed: 9 additions & 15 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| 33 | + | |
33 | 34 | | |
34 | 35 | | |
35 | 36 | | |
36 | 37 | | |
37 | 38 | | |
38 | 39 | | |
39 | 40 | | |
40 | | - | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| |||
730 | 730 | | |
731 | 731 | | |
732 | 732 | | |
| 733 | + | |
733 | 734 | | |
734 | | - | |
735 | | - | |
736 | | - | |
737 | 735 | | |
738 | | - | |
739 | | - | |
740 | | - | |
741 | | - | |
| 736 | + | |
| 737 | + | |
742 | 738 | | |
743 | | - | |
744 | | - | |
745 | | - | |
| 739 | + | |
| 740 | + | |
| 741 | + | |
| 742 | + | |
746 | 743 | | |
747 | | - | |
748 | 744 | | |
749 | | - | |
750 | | - | |
751 | 745 | | |
752 | 746 | | |
753 | | - | |
| 747 | + | |
754 | 748 | | |
755 | 749 | | |
756 | 750 | | |
| |||
0 commit comments