Index
All Classes and Interfaces|All Packages
F
- findByIds(Set<UUID>, Function<List<UUID>, Collection<T>>) - Static method in class org.autumnframework.service.graphql.dataloader.FindByIdsDataLoader
-
Find by ids method, using a specified method taking a List of UUID and returning a Collection of T, returning a map of UUID -> T.
- findByIds(Set<UUID>, ReadFindByIdsService<T>) - Static method in class org.autumnframework.service.graphql.dataloader.FindByIdsDataLoader
-
Basic find by ids method, using a ReadFindByIdsService <T> to call findByIds for a set of UUIDs, returning a map of UUID -> T.
- findByIds(Set<UUID>, ReadFindByIdsService<T>, Function<T, UUID>) - Static method in class org.autumnframework.service.graphql.dataloader.FindByIdsDataLoader
-
Find by ids method, using a ReadFindByIdsService<T> to call findByIds for a set of UUIDs, returning a map of UUID -> T.
- FindByIdsDataLoader - Class in org.autumnframework.service.graphql.dataloader
-
Class to give you a head start on creating a graphql dataloader for the default autumn services and mappers
- FindByIdsDataLoader() - Constructor for class org.autumnframework.service.graphql.dataloader.FindByIdsDataLoader
- findByKeys(Set<R>, Function<C, Collection<T>>, Function<T, R>, Function<Set<R>, C>, Function<List<R>, C>) - Static method in class org.autumnframework.service.graphql.dataloader.FindByIdsDataLoader
-
Find by keys method that allows you to specify methods to convert a set and list of keys to the expected parameter type of the service method to use in retrieving the results.
- findByKeys(Set<R>, Function<List<R>, Collection<T>>, Function<T, R>) - Static method in class org.autumnframework.service.graphql.dataloader.FindByIdsDataLoader
-
Basic find by keys method, using a specified method taking a List of R and returning a Collection of T, returning a map of R -> T.
O
- org.autumnframework.service.graphql.dataloader - package org.autumnframework.service.graphql.dataloader
All Classes and Interfaces|All Packages