public static class Filter.Foreign<T,ID extends Serializable> extends Filter
Filter.Foreign<T,ID extends Serializable>, Filter.IN| Constructor and Description |
|---|
Filter.Foreign(String column,
String operation,
Dao<T,ID> foreignDao,
Filter foreignExpression) |
| Modifier and Type | Method and Description |
|---|---|
Dao<T,ID> |
getForeignDao() |
Filter |
getForeignExpression() |
Object |
getOperand()
It is the foreign operand which should be added to the arguments map
|
String |
getToken(String key) |
getColumn, getOperation, toStringpublic Filter getForeignExpression()
public Object getOperand()
getOperand in class FilterCopyright © 2013. All Rights Reserved.