com.outr.arango.pagination

Members list

Type members

Classlikes

case class Page[R](queryId: Id[Query], resultType: ResultType, page: Int, pageSize: Int, total: Int, results: List[PagedResult], graph: Graph & PaginationSupport)(implicit rw: RW[R])

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class PagedResult(queryId: Id[Query], resultType: ResultType, recordId: Id[Any], data: Option[Json], deleteAfter: Long, created: Long, _id: Id[PagedResult]) extends Document[PagedResult]

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
trait Document[PagedResult]
class Object
trait Matchable
class Any
Show all
object PagedResult extends DocumentModel[PagedResult]

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
trait DocumentModel[PagedResult]
class Object
trait Matchable
class Any
Show all
Self type
trait PaginationSupport extends Graph

Attributes

Supertypes
class Graph
class Object
trait Matchable
class Any
Self type
sealed trait ResultType

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Cached.type
object CachedUpdated.type
object Reference.type
object ResultType

Attributes

Companion
trait
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
ResultType.type