Object/Class

persistence.datomic

TokenUser

Related Docs: class TokenUser | package datomic

Permalink

object TokenUser extends DB[TokenUser] with Serializable

Linear Supertypes
Serializable, Serializable, DB[TokenUser], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TokenUser
  2. Serializable
  3. Serializable
  4. DB
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. object Schema

    Permalink
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. implicit val dateToLocalDateTime: (Date) ⇒ LocalDateTime

    Permalink
  8. def delete(id: UUID)(implicit datomicService: DatomicAuthService): Unit

    Permalink
  9. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  11. def execute0(myQuery: AbstractQuery)(implicit conn: Connection): Iterable[Any]

    Permalink
    Definition Classes
    DB
  12. def execute1(myQuery: AbstractQuery, param: Long)(implicit conn: Connection): Iterable[Any]

    Permalink
    Definition Classes
    DB
  13. def execute1(myQuery: AbstractQuery, param: String)(implicit conn: Connection): Iterable[Any]

    Permalink
    Definition Classes
    DB
  14. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. def find(ref: LookupRef)(implicit conn: Connection, reader: EntityReader[TokenUser]): Option[TokenUser]

    Permalink
    Definition Classes
    DB
  16. def find(ref: LookupRef, db: Database)(implicit reader: EntityReader[TokenUser]): Option[TokenUser]

    Permalink
    Definition Classes
    DB
  17. def find[I](id: I)(implicit conn: Connection, reader: EntityReader[TokenUser], idConv: AsPermanentEntityId[I]): Option[TokenUser]

    Permalink
    Definition Classes
    DB
  18. def find[I](id: I, db: Database)(implicit reader: EntityReader[TokenUser], idConv: AsPermanentEntityId[I]): Option[TokenUser]

    Permalink
    Definition Classes
    DB
  19. def findAll()(implicit conn: Connection): Seq[TokenUser]

    Permalink
  20. def findByEmail(email: String)(implicit conn: Connection): Seq[TokenUser]

    Permalink
  21. def findById(id: UUID)(implicit conn: Connection): Future[Option[TokenUser]]

    Permalink
  22. def get[I](id: I)(implicit conn: Connection, reader: EntityReader[TokenUser], idConv: AsPermanentEntityId[I]): TokenUser

    Permalink
    Definition Classes
    DB
  23. def get[I](id: I, db: Database)(implicit reader: EntityReader[TokenUser], idConv: AsPermanentEntityId[I]): TokenUser

    Permalink
    Definition Classes
    DB
  24. def getAsJson[I](id: I, db: Database, depth: Int)(implicit idConv: AsPermanentEntityId[I]): JsValue

    Permalink
    Definition Classes
    DB
  25. def getAsTry[I](id: I)(implicit conn: Connection, reader: EntityReader[TokenUser], idConv: AsPermanentEntityId[I]): Try[TokenUser]

    Permalink
    Definition Classes
    DB
  26. def getAsTry[I](id: I, db: Database)(implicit reader: EntityReader[TokenUser], idConv: AsPermanentEntityId[I]): Try[TokenUser]

    Permalink
    Definition Classes
    DB
  27. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  28. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  29. def headOption(query: Iterable[Any])(implicit conn: Connection, reader: EntityReader[TokenUser]): Option[TokenUser]

    Permalink
    Attributes
    protected
    Definition Classes
    DB
  30. def headOption(query: Iterable[Any], db: Database)(implicit reader: EntityReader[TokenUser]): Option[TokenUser]

    Permalink
    Attributes
    protected
    Definition Classes
    DB
  31. def headOptionWithId(query: Iterable[Any])(implicit conn: Connection, reader: EntityReader[TokenUser]): Option[(Long, TokenUser)]

    Permalink
    Attributes
    protected
    Definition Classes
    DB
  32. def headOptionWithId(query: Iterable[Any], db: Database)(implicit reader: EntityReader[TokenUser]): Option[(Long, TokenUser)]

    Permalink
    Attributes
    protected
    Definition Classes
    DB
  33. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  34. def list(query: Iterable[Any])(implicit conn: Connection, reader: EntityReader[TokenUser]): List[TokenUser]

    Permalink
    Attributes
    protected
    Definition Classes
    DB
  35. def list(query: Iterable[Any], db: Database)(implicit reader: EntityReader[TokenUser]): List[TokenUser]

    Permalink
    Attributes
    protected
    Definition Classes
    DB
  36. def listWithId(query: Iterable[Any])(implicit conn: Connection, reader: EntityReader[TokenUser]): List[(Long, TokenUser)]

    Permalink
    Attributes
    protected
    Definition Classes
    DB
  37. def listWithId(query: Iterable[Any], db: Database)(implicit reader: EntityReader[TokenUser]): List[(Long, TokenUser)]

    Permalink
    Attributes
    protected
    Definition Classes
    DB
  38. implicit val localDateTimeToDate: (LocalDateTime) ⇒ Date

    Permalink
  39. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  40. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  41. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  42. def page(query: Iterable[Any], filter: PageFilter)(implicit db: Database, reader: EntityReader[TokenUser]): Page[TokenUser]

    Permalink
    Attributes
    protected
    Definition Classes
    DB
  43. def pageWithSort(query: Iterable[(Any, Any)], filter: PageFilter, sort: SortOrder)(implicit db: Database, reader: EntityReader[TokenUser]): Page[TokenUser]

    Permalink
    Attributes
    protected
    Definition Classes
    DB
  44. implicit val reader: EntityReader[TokenUser]

    Permalink
    Definition Classes
    TokenUser → DB
  45. def retractEntity[I](id: I)(implicit conn: Connection, ex: ExecutionContext, idConv: AsPermanentEntityId[I]): Future[TxReport]

    Permalink
    Definition Classes
    DB
  46. def save(tokenUser: TokenUser)(implicit conn: Connection): Future[TokenUser]

    Permalink
  47. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  48. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  49. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  50. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  51. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  52. implicit val writer: PartialAddEntityWriter[TokenUser]

    Permalink
    Definition Classes
    TokenUser → DB

Inherited from Serializable

Inherited from Serializable

Inherited from DB[TokenUser]

Inherited from AnyRef

Inherited from Any

Ungrouped