| 程序包 | 说明 |
|---|---|
| org.redkale.source |
数据源(数据库、缓存)操作包
|
| 限定符和类型 | 方法和说明 |
|---|---|
EntityCache<T> |
EntityInfo.getCache() |
| 限定符和类型 | 方法和说明 |
|---|---|
protected <T> java.util.function.Predicate<T> |
FilterNode.createElementPredicate(EntityCache<T> cache,
boolean join) |
protected <T> java.util.function.Predicate<T> |
FilterNode.createElementPredicate(EntityCache<T> cache,
boolean join,
Attribute<T,java.io.Serializable> attr) |
protected <T,E> java.util.function.Predicate<T> |
FilterJoinNode.createPredicate(EntityCache<T> cache) |
protected <T,E> java.util.function.Predicate<T> |
FilterNode.createPredicate(EntityCache<T> cache) |