public interface SkipLimitProvider<T>
List<T>
getBatch(int skip, int limit)
List<T> getBatch(int skip, int limit)
Copyright © 2020. All rights reserved.