You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(GH-233): Support Inline optional search criteria for singular and plural attributes (#251)
* fix: add ON condition on the right side of collection join fetch criteria
* fix: remove Hibernate HqlSqlWalker hack
* fix: add GraphQLJpaOneToManyDataFetcher for inline query filter
* fix: optimize OneToManyDataFetcher using query stream result
* fix: update name to GraphQLJpaOneToManyDataFetcher
* feat: add OneToMany batch DataLoader support
* fix: refactor GraphQLJpaOneToManyMappedBatchLoader
* feat: add GraphQLJpaToOneMappedBatchLoader support
* fix: add batch query logging
* fix: add support orderBy sort for collections
* fix: unexpected NPE in getJPQLQueryString
* fix: add support for inline optional to one assiciations
* fix: add inline optional support for singular attributes
* fix: add support for inline collections filter with alias
* fix: remove hibernate-core dependency
* fix: polish data loader data fetchers
Copy file name to clipboardexpand all lines: graphql-jpa-query-schema/src/main/java/com/introproventures/graphql/jpa/query/schema/impl/GraphQLJpaExecutorContext.java
Copy file name to clipboardexpand all lines: graphql-jpa-query-schema/src/main/java/com/introproventures/graphql/jpa/query/schema/impl/GraphQLJpaExecutorContextFactory.java
0 commit comments