Class AbstractRemoteAccessor<T extends step.core.accessors.AbstractIdentifiableObject>

  • All Implemented Interfaces:
    step.core.accessors.Accessor<T>

    public class AbstractRemoteAccessor<T extends step.core.accessors.AbstractIdentifiableObject>
    extends step.core.accessors.AbstractAccessor<T>
    implements step.core.accessors.Accessor<T>
    • Field Summary

      • Fields inherited from class step.core.accessors.AbstractAccessor

        collectionDriver
    • Method Summary

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

        createOrUpdateCompoundIndex, createOrUpdateIndex, findByAttributes, findByAttributes, findManyByAttributes, findManyByAttributes, 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, findByAttributes, findManyByAttributes, findManyByAttributes, get, get, getAll, getRange, remove, save, save
    • Constructor Detail

      • AbstractRemoteAccessor

        public AbstractRemoteAccessor​(RemoteCollectionFactory remoteCollectionFactory,
                                      java.lang.String collectionId,
                                      java.lang.Class entityClass)