Package step.functions.accessor
Interface FunctionCRUDAccessor
-
- All Superinterfaces:
Accessor<Function>,CRUDAccessor<Function>,FunctionAccessor
- All Known Implementing Classes:
FunctionAccessorImpl,InMemoryFunctionAccessorImpl,RemoteFunctionAccessorImpl
public interface FunctionCRUDAccessor extends CRUDAccessor<Function>, FunctionAccessor
-
-
Method Summary
-
Methods inherited from interface step.core.accessors.Accessor
findByAttributes, findByAttributes, findManyByAttributes, findManyByAttributes, get, get, getAll, getRange
-
Methods inherited from interface step.core.accessors.CRUDAccessor
remove, save, save
-
-