接口 Caches
public interface Caches
-
方法概要
修饰符和类型方法说明getAssociatedIdCache(Class<ST> sourceTableType, Function<ST,? extends Table<?>> targetTableGetter)<K, V> Cache<K,V>getAssociatedIdCache(org.babyfish.jimmer.meta.ImmutableProp prop)getAssociatedIdListCache(Class<ST> sourceTableType, Function<ST,Table<?>> targetTableGetter)getAssociatedIdListCache(org.babyfish.jimmer.meta.ImmutableProp prop)default <K, V> Cache<K,V>getObjectCache(Class<V> type)<K, V> Cache<K,V>getObjectCache(org.babyfish.jimmer.meta.ImmutableType type)static Cachesof(Consumer<CacheConfig> block)
-
方法详细资料
-
getObjectCache
-
getObjectCache
-
getAssociatedIdCache
-
getAssociatedIdCache
-
getAssociatedIdListCache
-
getAssociatedIdListCache
-
of
-