Interface FunctionAccessor

All Superinterfaces:
step.core.accessors.Accessor<step.functions.Function>
All Known Implementing Classes:
CachedFunctionAccessor, LayeredFunctionAccessor

public interface FunctionAccessor extends step.core.accessors.Accessor<step.functions.Function>
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    createIndexIfNeeded(step.core.collections.IndexField indexField)
     

    Methods inherited from interface step.core.accessors.Accessor

    enableVersioning, findByAttributes, findByAttributes, findByCriteria, findByIds, findManyByAttributes, findManyByAttributes, findManyByCriteria, get, get, getAll, getCollectionDriver, getHistory, getRange, isVersioningEnabled, remove, restoreVersion, save, save, stream, streamLazy
  • Method Details

    • createIndexIfNeeded

      void createIndexIfNeeded(step.core.collections.IndexField indexField)