Package

datomiscadao

Permalink

package datomiscadao

Visibility
  1. Public
  2. All

Type Members

  1. trait DB[T] extends AnyRef

    Permalink

    This trait is intended to be mixed into companion objects to make it easy to do basic CRUD functionality.

  2. trait IdEntity extends AnyRef

    Permalink
  3. case class Page[+T](items: Seq[T], pageFilter: PageFilter, hasPrev: Boolean, hasNext: Boolean) extends Product with Serializable

    Permalink
  4. case class PageFilter(page: Int = 0, pageSize: Int = 50) extends Product with Serializable

    Permalink

    Pagination support.

Value Members

  1. object DB

    Permalink

    Object abstraction with for interacting with Datomic.

    Object abstraction with for interacting with Datomic. Note that this object, is not intended to try and abstract/hide away the fact that we are using Datomic, but rather intends to make it easier to use Datomic the way that we want to use it in this app.

  2. object Sort

    Permalink

Ungrouped