Class CachedFunctionAccessor

  • All Implemented Interfaces:
    step.core.accessors.Accessor<step.functions.Function>, FunctionAccessor

    public class CachedFunctionAccessor
    extends step.core.accessors.CachedAccessor<step.functions.Function>
    implements FunctionAccessor
    • Constructor Summary

      Constructors 
      Constructor Description
      CachedFunctionAccessor​(step.core.accessors.Accessor<step.functions.Function> underlyingAccessor)  
    • Method Summary

      • Methods inherited from class step.core.accessors.CachedAccessor

        findByAttributes, findByAttributes, findByCriteria, findManyByAttributes, findManyByAttributes, findManyByCriteria, get, get, getAll, getRange, reloadCache, remove, save, save, stream
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface step.core.accessors.Accessor

        findByAttributes, findByAttributes, findByCriteria, findManyByAttributes, findManyByAttributes, findManyByCriteria, get, get, getAll, getRange, remove, save, save, stream
    • Constructor Detail

      • CachedFunctionAccessor

        public CachedFunctionAccessor​(step.core.accessors.Accessor<step.functions.Function> underlyingAccessor)