protected <T> Predicate<T> |
FilterNode.createElementPredicate(EntityCache<T> cache,
boolean join) |
|
protected <T> Predicate<T> |
FilterNode.createElementPredicate(EntityCache<T> cache,
boolean join,
Attribute<T,Serializable> attr) |
|
protected <T> Predicate<T> |
FilterNode.createElementPredicate(EntityCache<T> cache,
boolean join,
Attribute<T,Serializable> attr,
Object val0) |
|
protected <T> Predicate<T> |
AbstractDataSource.createPredicate(FilterNode node,
EntityCache<T> cache) |
生成过滤函数
|
protected <T,E> Predicate<T> |
FilterJoinNode.createPredicate(EntityCache<T> cache) |
|
protected <T,E> Predicate<T> |
FilterNode.createPredicate(EntityCache<T> cache) |
|