类 SpringCloudExchange
java.lang.Object
org.babyfish.jimmer.spring.cloud.SpringCloudExchange
- 所有已实现的接口:
org.babyfish.jimmer.sql.runtime.MicroServiceExchange
public class SpringCloudExchange
extends Object
implements org.babyfish.jimmer.sql.runtime.MicroServiceExchange
-
构造器概要
构造器构造器说明SpringCloudExchange(org.springframework.web.client.RestTemplate restTemplate, com.fasterxml.jackson.databind.ObjectMapper mapper) -
方法概要
修饰符和类型方法说明findByAssociatedIds(String microServiceName, org.babyfish.jimmer.meta.ImmutableProp prop, Collection<?> targetIds, org.babyfish.jimmer.sql.fetcher.Fetcher<?> fetcher) List<org.babyfish.jimmer.runtime.ImmutableSpi>findByIds(String microServiceName, Collection<?> ids, org.babyfish.jimmer.sql.fetcher.Fetcher<?> fetcher)
-
构造器详细资料
-
SpringCloudExchange
public SpringCloudExchange(org.springframework.web.client.RestTemplate restTemplate, com.fasterxml.jackson.databind.ObjectMapper mapper)
-
-
方法详细资料
-
findByIds
public List<org.babyfish.jimmer.runtime.ImmutableSpi> findByIds(String microServiceName, Collection<?> ids, org.babyfish.jimmer.sql.fetcher.Fetcher<?> fetcher) throws com.fasterxml.jackson.core.JsonProcessingException - 指定者:
findByIds在接口中org.babyfish.jimmer.sql.runtime.MicroServiceExchange- 抛出:
com.fasterxml.jackson.core.JsonProcessingException
-
findByAssociatedIds
public List<org.babyfish.jimmer.sql.ast.tuple.Tuple2<Object,org.babyfish.jimmer.runtime.ImmutableSpi>> findByAssociatedIds(String microServiceName, org.babyfish.jimmer.meta.ImmutableProp prop, Collection<?> targetIds, org.babyfish.jimmer.sql.fetcher.Fetcher<?> fetcher) throws com.fasterxml.jackson.core.JsonProcessingException - 指定者:
findByAssociatedIds在接口中org.babyfish.jimmer.sql.runtime.MicroServiceExchange- 抛出:
com.fasterxml.jackson.core.JsonProcessingException
-