Object

im.actor.server.persist

UserRepo

Related Doc: package persist

Permalink

object UserRepo

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

    Permalink
  5. def activeUsersIds: db.ActorPostgresDriver.StreamingDriverAction[Seq[Int], Int, Read]

    Permalink
  6. def allIds: db.ActorPostgresDriver.StreamingDriverAction[Seq[Int], Int, Read]

    Permalink
  7. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  8. def byId(id: (db.ActorPostgresDriver.api)#Rep[Int]): Query[UserTable, UserTable.TableElementType, Seq]

    Permalink
  9. val byIdC: CompiledFunction[((db.ActorPostgresDriver.api)#Rep[Int]) ⇒ Query[UserTable, UserTable.TableElementType, Seq], (db.ActorPostgresDriver.api)#Rep[Int], Int, Query[UserTable, UserTable.TableElementType, Seq], Seq[UserTable.TableElementType]]

    Permalink
  10. def byNickname(nickname: (db.ActorPostgresDriver.api)#Rep[String]): Query[UserTable, UserTable.TableElementType, Seq]

    Permalink
  11. val byNicknameC: CompiledFunction[((db.ActorPostgresDriver.api)#Rep[String]) ⇒ Query[UserTable, UserTable.TableElementType, Seq], (db.ActorPostgresDriver.api)#Rep[String], String, Query[UserTable, UserTable.TableElementType, Seq], Seq[UserTable.TableElementType]]

    Permalink
  12. def byPhone(phone: (db.ActorPostgresDriver.api)#Rep[Long]): Query[UserTable, User, Seq]

    Permalink
  13. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  14. def create(user: User): FixedSqlAction[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(id: Int): db.ActorPostgresDriver.StreamingDriverAction[Seq[UserTable.TableElementType], UserTable.TableElementType, Read]

    Permalink
  19. def findByIds(ids: Set[Int]): db.ActorPostgresDriver.StreamingDriverAction[Seq[UserTable.TableElementType], UserTable.TableElementType, Read]

    Permalink
  20. def findByIdsPaged(ids: Set[Int], number: Int, size: Int): db.ActorPostgresDriver.StreamingDriverAction[Seq[UserTable.TableElementType], UserTable.TableElementType, Read]

    Permalink
  21. def findByNickname(query: String): SqlAction[Option[User], NoStream, Read]

    Permalink
  22. def findIds(query: String)(implicit ec: ExecutionContext): DBIOAction[Seq[Int], NoStream, Read with Read with Read]

    Permalink
  23. def findIdsByEmail(email: String): SqlAction[Option[Int], NoStream, Read]

    Permalink
  24. def findIdsByNickname(nickname: String): SqlAction[Option[Int], NoStream, Read]

    Permalink
  25. def findName(id: Int): SqlAction[Option[String], NoStream, Read]

    Permalink
  26. def findSalts(ids: Set[Int]): db.ActorPostgresDriver.StreamingDriverAction[Seq[(Int, String)], (Int, String), Read]

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  29. def idByPhone(phone: (db.ActorPostgresDriver.api)#Rep[Long]): Query[Rep[Int], Int, Seq]

    Permalink
  30. val idByPhoneC: CompiledFunction[((db.ActorPostgresDriver.api)#Rep[Long]) ⇒ Query[Rep[Int], Int, Seq], (db.ActorPostgresDriver.api)#Rep[Long], Long, Query[Rep[Int], Int, Seq], Seq[Int]]

    Permalink
  31. def idsByEmail(email: (db.ActorPostgresDriver.api)#Rep[String]): Query[Rep[Int], Int, Seq]

    Permalink
  32. val idsByEmailC: CompiledFunction[((db.ActorPostgresDriver.api)#Rep[String]) ⇒ Query[Rep[Int], Int, Seq], (db.ActorPostgresDriver.api)#Rep[String], String, Query[Rep[Int], Int, Seq], Seq[Int]]

    Permalink
  33. def idsByNickname(nickname: (db.ActorPostgresDriver.api)#Rep[String]): Query[Rep[Int], Int, Seq]

    Permalink
  34. val idsByNicknameC: CompiledFunction[((db.ActorPostgresDriver.api)#Rep[String]) ⇒ Query[Rep[Int], Int, Seq], (db.ActorPostgresDriver.api)#Rep[String], String, Query[Rep[Int], Int, Seq], Seq[Int]]

    Permalink
  35. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  36. def nameById(id: (db.ActorPostgresDriver.api)#Rep[Int]): Query[Rep[String], String, Seq]

    Permalink
  37. val nameByIdC: CompiledFunction[((db.ActorPostgresDriver.api)#Rep[Int]) ⇒ Query[Rep[String], String, Seq], (db.ActorPostgresDriver.api)#Rep[Int], Int, Query[Rep[String], String, Seq], Seq[String]]

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

    Permalink
    Definition Classes
    AnyRef
  39. def nicknameExists(nickname: String): db.ActorPostgresDriver.DriverAction[Boolean, (db.ActorPostgresDriver.api)#NoStream, Read]

    Permalink
  40. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  42. def page(number: Int, size: Int): Query[UserTable, UserTable.TableElementType, Seq]

    Permalink
  43. def setAbout(userId: Int, about: Option[String]): db.ActorPostgresDriver.DriverAction[Int, NoStream, Write]

    Permalink
  44. def setCountryCode(userId: Int, countryCode: String): db.ActorPostgresDriver.DriverAction[Int, NoStream, Write]

    Permalink
  45. def setDeletedAt(userId: Int): db.ActorPostgresDriver.DriverAction[Int, NoStream, Write]

    Permalink
  46. def setName(userId: Int, name: String): db.ActorPostgresDriver.DriverAction[Int, NoStream, Write]

    Permalink
  47. def setNickname(userId: Int, nickname: Option[String]): db.ActorPostgresDriver.DriverAction[Int, NoStream, Write]

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  50. val users: TableQuery[UserTable]

    Permalink
  51. final def wait(): Unit

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

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped