Object

persistence.datomic.daos

OpenIDInfoImpl

Related Doc: package daos

Permalink

object OpenIDInfoImpl extends DB[OpenIDInfo]

Linear Supertypes
DB[OpenIDInfo], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. OpenIDInfoImpl
  2. DB
  3. AnyRef
  4. 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. def add(loginInfo: LoginInfo, oAuth1Info: OpenIDInfo)(implicit conn: Connection): Future[OpenIDInfo]

    Permalink
  6. final def asInstanceOf[T0]: T0

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. final def eq(arg0: AnyRef): Boolean

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    DB
  18. def findWithId(loginInfo: LoginInfo)(implicit conn: Connection): Option[(Long, OpenIDInfo)]

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    DB
  35. def mapToString(mapOpt: Map[String, String]): String

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

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

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

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    DB
  41. implicit val reader: EntityReader[OpenIDInfo]

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

    Permalink
    Definition Classes
    DB
  43. def stringToMap(string: String): Map[String, String]

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  46. def update(loginInfo: LoginInfo, oAuth1Info: OpenIDInfo)(implicit conn: Connection): Future[OpenIDInfo]

    Permalink
  47. final def wait(): Unit

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

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

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

    Permalink
    Definition Classes
    OpenIDInfoImpl → DB

Inherited from DB[OpenIDInfo]

Inherited from AnyRef

Inherited from Any

Ungrouped