public class LanguagePathArrayExSearchSupport<T extends AttributedElement<U>,U extends Attribute> extends AbstractLanguagePathArraySearchSupport<T,U> implements SearchSupport<T>
Constructor and Description |
---|
LanguagePathArrayExSearchSupport(String listSuffix)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
appendWhereClouse(MatchingCondition condition,
String elementAlias,
String parameterName,
StringBuilder query,
Map<String,Object> parameters) |
void |
filterResults(MatchingCondition condition,
List<T> results) |
isFileteringNeeded
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
isFileteringNeeded
public LanguagePathArrayExSearchSupport(String listSuffix)
listSuffix
- "_PairList" or "_PathList"public void appendWhereClouse(MatchingCondition condition, String elementAlias, String parameterName, StringBuilder query, Map<String,Object> parameters)
appendWhereClouse
in interface SearchSupport<T extends AttributedElement<U>>
appendWhereClouse
in class AbstractLanguagePathArraySearchSupport<T extends AttributedElement<U>,U extends Attribute>
public void filterResults(MatchingCondition condition, List<T> results)
filterResults
in interface SearchSupport<T extends AttributedElement<U>>