Object

im.actor.server.persist

AuthSessionRepo

Related Doc: package persist

Permalink

object AuthSessionRepo

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. AuthSessionRepo
  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 activeSessions: Query[AuthSessionTable, AuthSessionTable.TableElementType, Seq]

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

    Permalink
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. val byAuthId: CompiledFunction[(slick.driver.JdbcProfile.API.Rep[Long]) ⇒ Query[AuthSessionTable, AuthSessionTable.TableElementType, Seq], slick.driver.JdbcProfile.API.Rep[Long], Long, Query[AuthSessionTable, AuthSessionTable.TableElementType, Seq], Seq[AuthSessionTable.TableElementType]]

    Permalink
  8. def byDeviceHash(deviceHash: slick.driver.JdbcProfile.API.Rep[Array[Byte]]): Query[AuthSessionTable, AuthSessionTable.TableElementType, Seq]

    Permalink
  9. val byDeviceHashC: CompiledFunction[(slick.driver.JdbcProfile.API.Rep[Array[Byte]]) ⇒ Query[AuthSessionTable, AuthSessionTable.TableElementType, Seq], slick.driver.JdbcProfile.API.Rep[Array[Byte]], Array[Byte], Query[AuthSessionTable, AuthSessionTable.TableElementType, Seq], Seq[AuthSessionTable.TableElementType]]

    Permalink
  10. val byUserId: CompiledFunction[(slick.driver.JdbcProfile.API.Rep[Int]) ⇒ Query[AuthSessionTable, AuthSessionTable.TableElementType, Seq], slick.driver.JdbcProfile.API.Rep[Int], Int, Query[AuthSessionTable, AuthSessionTable.TableElementType, Seq], Seq[AuthSessionTable.TableElementType]]

    Permalink
  11. val byUserIdAndId: CompiledFunction[(slick.driver.JdbcProfile.API.Rep[Int], slick.driver.JdbcProfile.API.Rep[Int]) ⇒ Query[AuthSessionTable, AuthSessionTable.TableElementType, Seq], (slick.driver.JdbcProfile.API.Rep[Int], slick.driver.JdbcProfile.API.Rep[Int]), (Int, Int), Query[AuthSessionTable, AuthSessionTable.TableElementType, Seq], Seq[AuthSessionTable.TableElementType]]

    Permalink
  12. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  13. def create(session: AuthSession): FixedSqlAction[Int, NoStream, Write]

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

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

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  18. def find(userId: Int, id: Int): slick.driver.PostgresDriver.StreamingDriverAction[Seq[AuthSessionTable.TableElementType], AuthSessionTable.TableElementType, Read]

    Permalink
  19. def findAppIdByAuthId(authId: Long): SqlAction[Option[Int], NoStream, Read]

    Permalink
  20. def findByAuthId(authId: Long): SqlAction[Option[AuthSession], NoStream, Read]

    Permalink
  21. def findByDeviceHash(deviceHash: Array[Byte]): slick.driver.PostgresDriver.StreamingDriverAction[Seq[AuthSessionTable.TableElementType], AuthSessionTable.TableElementType, Read]

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

    Permalink
  23. def findFirstByUserId(userId: Int): SqlAction[Option[AuthSession], NoStream, Read]

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  30. val sessions: TableQuery[AuthSessionTable]

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

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

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

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

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped