public abstract class AbstractQueryFactory<T> extends Object implements QueryFactory<T>
Constructor and Description |
---|
AbstractQueryFactory() |
Modifier and Type | Method and Description |
---|---|
protected String |
escape(String input) |
protected Object |
getInexactValue(org.structr.api.search.QueryPredicate predicate) |
protected Object |
getReadValue(org.structr.api.search.QueryPredicate predicate) |
protected Object |
getWriteValue(org.structr.api.search.QueryPredicate predicate) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getQuery
Copyright © 2016. All rights reserved.