Class LayeredFunctionAccessor

java.lang.Object
step.core.accessors.LayeredAccessor<Function>
step.functions.accessor.LayeredFunctionAccessor
All Implemented Interfaces:
step.core.accessors.Accessor<Function>, FunctionAccessor

public class LayeredFunctionAccessor extends step.core.accessors.LayeredAccessor<Function> implements FunctionAccessor
  • Constructor Summary

    Constructors
    Constructor
    Description
     
     
  • Method Summary

    Methods inherited from class step.core.accessors.LayeredAccessor

    addAccessor, enableVersioning, findByAttributes, findByAttributes, findByCriteria, findManyByAttributes, findManyByAttributes, findManyByCriteria, get, get, getAccessorForPersistence, getAll, getCollectionDriver, getHistory, getRange, isVersioningEnabled, layeredLookup, layeredMerge, layeredStreamMerge, pushAccessor, remove, restoreVersion, save, save, stream, streamLazy

    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

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

    • LayeredFunctionAccessor

      public LayeredFunctionAccessor()
    • LayeredFunctionAccessor

      public LayeredFunctionAccessor(List<FunctionAccessor> accessors)