Class RemoteCollectionFactory

  • All Implemented Interfaces:
    Closeable, AutoCloseable, step.core.collections.CollectionFactory

    public class RemoteCollectionFactory
    extends Object
    implements step.core.collections.CollectionFactory
    • Constructor Detail

      • RemoteCollectionFactory

        public RemoteCollectionFactory​(Properties properties)
      • RemoteCollectionFactory

        public RemoteCollectionFactory()
    • Method Detail

      • getCollection

        public <T> step.core.collections.Collection<T> getCollection​(String name,
                                                                     Class<T> entityClass)
        Specified by:
        getCollection in interface step.core.collections.CollectionFactory