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