net.spy.db
Class QuerySelectorFactory
java.lang.Object
net.spy.SpyObject
net.spy.db.QuerySelectorFactory
- public class QuerySelectorFactory
- extends SpyObject
Factory for finding a QuerySelector instance.
If the system propery net.spy.db.QuerySelector is set, it
will point to the QuerySelector implementation to use, otherwise
DefaultQuerySelector is used.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
QuerySelectorFactory
public QuerySelectorFactory()
getQuerySelector
public static QuerySelector getQuerySelector()
- Get the QuerySelector instance.