All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.teambytes.handy.dynamo.replication.SqlDbApi.scala Maven / Gradle / Ivy

The newest version!
package com.teambytes.handy.dynamo.replication

trait SqlDbApi[A] {
  def countDbObjects(): Long

  def loadDbObjects(page: Int, pageSize: Int): Iterable[A]
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy