public abstract class BaseFactory<K,T extends PersistentBase> extends Object implements FilterFactory<K,T>
FilterFactory which just manage back
reference to MongoFilterUtil.| Constructor and Description |
|---|
BaseFactory() |
| Modifier and Type | Method and Description |
|---|---|
MongoFilterUtil<K,T> |
getFilterUtil() |
void |
setFilterUtil(MongoFilterUtil<K,T> util) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateFilter, getSupportedFilterspublic MongoFilterUtil<K,T> getFilterUtil()
getFilterUtil in interface FilterFactory<K,T extends PersistentBase>public void setFilterUtil(MongoFilterUtil<K,T> util)
setFilterUtil in interface FilterFactory<K,T extends PersistentBase>Copyright © 2010-2015 The Apache Software Foundation. All Rights Reserved.