Class ProjectAccessorImpl
- java.lang.Object
-
- step.core.accessors.AbstractAccessor<Project>
-
- step.controller.multitenancy.accessor.ProjectAccessorImpl
-
- All Implemented Interfaces:
ProjectAccessor
,step.core.accessors.Accessor<Project>
public class ProjectAccessorImpl extends step.core.accessors.AbstractAccessor<Project> implements ProjectAccessor
-
-
Constructor Summary
Constructors Constructor Description ProjectAccessorImpl(step.core.collections.Collection<Project> collectionDriver)
-
Method Summary
-
Methods inherited from class step.core.accessors.AbstractAccessor
createOrUpdateCompoundIndex, createOrUpdateIndex, findByAttributes, findByAttributes, findByCriteria, findManyByAttributes, findManyByAttributes, findManyByCriteria, get, get, getAll, getCollectionDriver, getRange, 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, findByCriteria, findManyByAttributes, findManyByAttributes, findManyByCriteria, get, get, getAll, getRange, remove, save, save, stream
-
Methods inherited from interface step.controller.multitenancy.accessor.ProjectAccessor
findByAttributes
-
-
-
-
Constructor Detail
-
ProjectAccessorImpl
public ProjectAccessorImpl(step.core.collections.Collection<Project> collectionDriver)
-
-