Packages

p

datomiscadao

package datomiscadao

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. trait DB [T] extends AnyRef

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

  2. trait IdEntity extends AnyRef
  3. case class Page [+T](items: Seq[T], pageFilter: PageFilter, hasPrev: Boolean, hasNext: Boolean) extends Product with Serializable
  4. case class PageFilter (page: Int = 0, pageSize: Int = 50) extends Product with Serializable

    Pagination support.

Value Members

  1. object DB

    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

Ungrouped