Interface PlanAccessor

All Superinterfaces:
step.core.accessors.Accessor<Plan>
All Known Implementing Classes:
InMemoryPlanAccessor, LayeredPlanAccessor, PlanAccessorImpl, RemotePlanAccessor

public interface PlanAccessor extends step.core.accessors.Accessor<Plan>
  • Method Summary

    Modifier and Type
    Method
    Description
     

    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
  • Method Details