Package step.functions.accessor
Interface FunctionAccessor
-
- All Superinterfaces:
step.core.accessors.Accessor<Function>
- All Known Implementing Classes:
CachedFunctionAccessor
,FunctionAccessorImpl
,InMemoryFunctionAccessorImpl
,LayeredFunctionAccessor
,RemoteFunctionAccessor
public interface FunctionAccessor extends step.core.accessors.Accessor<Function>
-
-
Method Summary
-
Methods inherited from interface step.core.accessors.Accessor
enableVersioning, findByAttributes, findByAttributes, findByCriteria, findManyByAttributes, findManyByAttributes, findManyByCriteria, get, get, getAll, getCollectionDriver, getHistory, getRange, isVersioningEnabled, remove, restoreVersion, save, save, stream
-
-