Object

im.actor.server.persist

AuthIdRepo

Related Doc: package persist

Permalink

object AuthIdRepo

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. AuthIdRepo
  2. AnyRef
  3. 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. val activeAuthIds: Query[AuthIdTable, AuthIdTable.TableElementType, Seq]

    Permalink
  5. val activeAuthIdsCompiled: CompiledStreamingExecutable[Query[AuthIdTable, AuthIdTable.TableElementType, Seq], Seq[AuthIdTable.TableElementType], AuthIdTable.TableElementType]

    Permalink
  6. def activeByUserId(userId: slick.driver.JdbcProfile.API.Rep[Int]): Query[AuthIdTable, AuthIdTable.TableElementType, Seq]

    Permalink
  7. val activeByUserIdCompiled: CompiledFunction[(slick.driver.JdbcProfile.API.Rep[Int]) ⇒ Query[AuthIdTable, AuthIdTable.TableElementType, Seq], slick.driver.JdbcProfile.API.Rep[Int], Int, Query[AuthIdTable, AuthIdTable.TableElementType, Seq], Seq[AuthIdTable.TableElementType]]

    Permalink
  8. val activeIdByUserIdCompiled: CompiledFunction[(slick.driver.JdbcProfile.API.Rep[Int]) ⇒ Query[Rep[Long], Long, Seq], slick.driver.JdbcProfile.API.Rep[Int], Int, Query[Rep[Long], Long, Seq], Seq[Long]]

    Permalink
  9. def activeIdByUserIds(userIds: Set[Int]): Query[Rep[Long], Long, Seq]

    Permalink
  10. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  11. val authIds: TableQuery[AuthIdTable]

    Permalink
  12. def byAuthIdNotDeleted(authId: slick.driver.JdbcProfile.API.Rep[Long]): Query[AuthIdTable, AuthIdTable.TableElementType, Seq]

    Permalink
  13. val byAuthIdNotDeletedCompiled: CompiledFunction[(slick.driver.JdbcProfile.API.Rep[Long]) ⇒ Query[AuthIdTable, AuthIdTable.TableElementType, Seq], slick.driver.JdbcProfile.API.Rep[Long], Long, Query[AuthIdTable, AuthIdTable.TableElementType, Seq], Seq[AuthIdTable.TableElementType]]

    Permalink
  14. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  15. def create(authId: Long, userId: Option[Int], publicKeyHash: Option[Long]): FixedSqlAction[Int, NoStream, Write]

    Permalink
  16. def delete(id: Long): slick.driver.PostgresDriver.DriverAction[Int, NoStream, Write]

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  19. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  20. def find(authId: Long): SqlAction[Option[AuthId], NoStream, Read]

    Permalink
  21. def findByUserId(userId: Int): slick.driver.PostgresDriver.StreamingDriverAction[Seq[AuthIdTable.TableElementType], AuthIdTable.TableElementType, Read]

    Permalink
  22. def findFirstIdByUserId(userId: Int): SqlAction[Option[Long], NoStream, Read]

    Permalink
  23. def findIdByUserId(userId: Int): slick.driver.PostgresDriver.StreamingDriverAction[Seq[Long], Long, Read]

    Permalink
  24. def findIdByUserIds(userIds: Set[Int]): slick.driver.PostgresDriver.StreamingDriverAction[Seq[Long], Long, Read]

    Permalink
  25. def findUserId(authId: Long)(implicit ec: ExecutionContext): DBIOAction[Option[Int], NoStream, Read]

    Permalink
  26. val firstActiveIdByUserIdCompiled: CompiledFunction[(slick.driver.JdbcProfile.API.Rep[Int]) ⇒ Query[Rep[Long], Long, Seq], slick.driver.JdbcProfile.API.Rep[Int], Int, Query[Rep[Long], Long, Seq], Seq[Long]]

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  29. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  30. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  33. def setUserData(authId: Long, userId: Int): slick.profile.SqlStreamingAction.ResultAction[Int, NoStream, Effect]

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  36. val userIdByAuthIdNotDeletedCompiled: CompiledFunction[(slick.driver.JdbcProfile.API.Rep[Long]) ⇒ Query[Rep[Option[Int]], Option[Int], Seq], slick.driver.JdbcProfile.API.Rep[Long], Long, Query[Rep[Option[Int]], Option[Int], Seq], Seq[Option[Int]]]

    Permalink
  37. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped