Package

im.actor.server

persist

Permalink

package persist

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. persist
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Type Members

  1. final class AuthCodeTable extends (db.ActorPostgresDriver.api)#Table[AuthCode]

    Permalink
  2. final class AuthIdTable extends slick.driver.JdbcProfile.API.Table[AuthId]

    Permalink
  3. final class AuthSessionTable extends slick.driver.JdbcProfile.API.Table[AuthSession]

    Permalink
  4. final class AuthSmsCodeObsoleteTable extends slick.driver.JdbcProfile.API.Table[AuthSmsCodeObsolete]

    Permalink
  5. final class AvatarDataTable extends slick.driver.JdbcProfile.API.Table[AvatarData]

    Permalink
  6. final class DepartmentTable extends (db.ActorPostgresDriver.api)#Table[Department]

    Permalink
  7. final class DialogTable extends slick.driver.JdbcProfile.API.Table[Dialog]

    Permalink
  8. final class FilePartTable extends slick.driver.JdbcProfile.API.Table[FilePart]

    Permalink
  9. final class FileTable extends slick.driver.JdbcProfile.API.Table[File]

    Permalink
  10. final class FullGroupTable extends slick.driver.JdbcProfile.API.Table[FullGroup]

    Permalink
  11. final class GroupBotTable extends slick.driver.JdbcProfile.API.Table[GroupBot]

    Permalink
  12. final class GroupInviteTokenTable extends slick.driver.JdbcProfile.API.Table[GroupInviteToken]

    Permalink
  13. final class GroupUsersTable extends (db.ActorPostgresDriver.api)#Table[GroupUser]

    Permalink
  14. class HistoryMessageTable extends slick.driver.JdbcProfile.API.Table[HistoryMessage]

    Permalink
  15. final class ManagerTable extends slick.driver.JdbcProfile.API.Table[Manager]

    Permalink
  16. final class OAuth2TokenTable extends (db.ActorPostgresDriver.api)#Table[OAuth2Token]

    Permalink
  17. class OwnStickerPackTable extends (db.ActorPostgresDriver.api)#Table[OwnStickerPack]

    Permalink
  18. final class SessionInfoTable extends slick.driver.JdbcProfile.API.Table[SessionInfo]

    Permalink
  19. class StickerDataTable extends (db.ActorPostgresDriver.api)#Table[StickerData]

    Permalink
  20. class StickerPackTable extends (db.ActorPostgresDriver.api)#Table[StickerPack]

    Permalink
  21. final class UserDepartmentTable extends (db.ActorPostgresDriver.api)#Table[UserDepartment]

    Permalink
  22. final class UserEmailTable extends slick.driver.JdbcProfile.API.Table[UserEmail]

    Permalink
  23. final class UserPhoneTable extends slick.driver.JdbcProfile.API.Table[UserPhone]

    Permalink
  24. final class UserPublicKeyTable extends slick.driver.JdbcProfile.API.Table[UserPublicKey]

    Permalink
  25. final class UserTable extends (db.ActorPostgresDriver.api)#Table[User]

    Permalink

Value Members

  1. object AuthCodeRepo

    Permalink
  2. object AuthIdRepo

    Permalink
  3. object AuthSessionRepo

    Permalink
  4. object AuthSmsCodeObsoleteRepo

    Permalink
  5. object AvatarDataRepo

    Permalink
  6. object AvatarOfColumnType

    Permalink
  7. object DepartmentRepo

    Permalink
  8. object DialogRepo

    Permalink
  9. object FilePartRepo

    Permalink
  10. object FileRepo

    Permalink
  11. object GroupBotRepo

    Permalink
  12. object GroupInviteTokenRepo

    Permalink
  13. object GroupRepo

    Permalink
  14. object GroupUserRepo

    Permalink
  15. object HistoryMessageRepo

    Permalink
  16. object ManagerRepo

    Permalink
  17. object MessageStateColumnType

    Permalink
  18. object OAuth2TokenRepo

    Permalink
  19. object OwnStickerPackRepo

    Permalink
  20. object SessionInfoRepo

    Permalink
  21. object SexColumnType

    Permalink
  22. object StickerDataRepo

    Permalink
  23. object StickerPackRepo

    Permalink
  24. object UserDepartmentRepo

    Permalink
  25. object UserEmailRepo

    Permalink
  26. object UserPhoneRepo

    Permalink
  27. object UserPublicKeyRepo

    Permalink
  28. object UserRepo

    Permalink
  29. object UserStateColumnType

    Permalink
  30. package auth

    Permalink
  31. implicit val bitVectorColumnType: slick.driver.PostgresDriver.BaseColumnType[BitVector]

    Permalink
  32. package configs

    Permalink
  33. package contact

    Permalink
  34. package events

    Permalink
  35. package messaging

    Permalink
  36. package presences

    Permalink
  37. package push

    Permalink
  38. package sequence

    Permalink
  39. package social

    Permalink
  40. package voximplant

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped