dev.mongocamp.driver.mongodb.pagination

Members list

Type members

Classlikes

case class MongoPaginatedAggregation[A](dao: MongoDAO[A], aggregationPipeline: List[Bson], allowDiskUse: Boolean, maxWait: Int) extends MongoPagination[Document]

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait MongoPagination[Document]
trait ConfigHelper
class Object
trait Matchable
class Any
Show all
case class MongoPaginatedFilter[A](dao: MongoDAO[A], filter: Bson, sort: Bson, projection: Bson, maxWait: Int) extends MongoPagination[A]

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait MongoPagination[A]
trait ConfigHelper
class Object
trait Matchable
class Any
Show all
trait MongoPagination[A] extends ConfigHelper

Attributes

Supertypes
trait ConfigHelper
class Object
trait Matchable
class Any
Known subtypes
case class PaginationInfo(allCount: Long, perPage: Long, page: Long, pagesCount: Long)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class PaginationResult[A](databaseObjects: List[A], paginationInfo: PaginationInfo)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all