| 构造器和说明 |
|---|
CPI() |
| 限定符和类型 | 方法和说明 |
|---|---|
static String |
buildIdCacheKey(JbootModel dao,
Object... idValues) |
static String |
buildIdCacheName(JbootModel dao,
String name) |
static JbootDialect |
getJbootDialect(JbootModel dao) |
static com.jfinal.plugin.activerecord.Config |
getModelConfig(JbootModel dao) |
static boolean |
hasAnyJoinEffective(JbootModel dao) |
static boolean |
hasColumn(JbootModel dao,
String columnLabel) |
static <M> M |
loadByCache(JbootModel dao,
Object... idValues) |
static Class<?> |
safeDeleteCache(JbootModel dao) |
static void |
safeDeleteCache(JbootModel dao,
Object... idValues) |
public CPI()
public static boolean hasAnyJoinEffective(JbootModel dao)
public static boolean hasColumn(JbootModel dao, String columnLabel)
public static JbootDialect getJbootDialect(JbootModel dao)
public static com.jfinal.plugin.activerecord.Config getModelConfig(JbootModel dao)
public static <M> M loadByCache(JbootModel dao, Object... idValues)
public static void safeDeleteCache(JbootModel dao, Object... idValues)
public static Class<?> safeDeleteCache(JbootModel dao)
public static String buildIdCacheName(JbootModel dao, String name)
public static String buildIdCacheKey(JbootModel dao, Object... idValues)
Copyright © 2024. All rights reserved.