接口 MicroServiceExchange
public interface MicroServiceExchange
-
方法概要
修饰符和类型方法说明findByAssociatedIds(String microServiceName, org.babyfish.jimmer.meta.ImmutableProp prop, Collection<?> targetIds, Fetcher<?> fetcher) List<org.babyfish.jimmer.runtime.ImmutableSpi>findByIds(String microServiceName, Collection<?> ids, Fetcher<?> fetcher)
-
方法详细资料
-
findByIds
List<org.babyfish.jimmer.runtime.ImmutableSpi> findByIds(String microServiceName, Collection<?> ids, Fetcher<?> fetcher) throws Exception - 抛出:
Exception
-
findByAssociatedIds
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, Fetcher<?> fetcher) throws Exception - 抛出:
Exception
-