c

org.bitcoins.wallet.models

WalletStateDescriptorDAO

case class WalletStateDescriptorDAO()(implicit ec: ExecutionContext, appConfig: WalletAppConfig) extends CRUD[WalletStateDescriptorDb, WalletStateDescriptorType] with SlickUtil[WalletStateDescriptorDb, WalletStateDescriptorType] with Product with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. WalletStateDescriptorDAO
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. SlickUtil
  7. SlickUtilAction
  8. CRUD
  9. CRUDAction
  10. JdbcProfileComponent
  11. Logging
  12. AnyRef
  13. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new WalletStateDescriptorDAO()(implicit ec: ExecutionContext, appConfig: WalletAppConfig)

Type Members

  1. class WalletStateDescriptorTable extends slick.jdbc.JdbcProfile.API.Table[WalletStateDescriptorDb]

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. implicit val appConfig: WalletAppConfig
    Definition Classes
    WalletStateDescriptorDAO → CRUD → CRUDAction → JdbcProfileComponent
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  7. def compareAndSetRescanning(expectedValue: Boolean, newValue: Boolean): Future[Boolean]
  8. def count(): Future[Int]
    Definition Classes
    CRUD
  9. def create(t: WalletStateDescriptorDb): Future[WalletStateDescriptorDb]
    Definition Classes
    CRUD
  10. def createAction(t: WalletStateDescriptorDb): slick.jdbc.JdbcProfile.API.DBIOAction[WalletStateDescriptorDb, slick.jdbc.JdbcProfile.API.NoStream, Write]
    Definition Classes
    CRUDAction
  11. def createAll(ts: Vector[WalletStateDescriptorDb]): Future[Vector[WalletStateDescriptorDb]]
    Definition Classes
    WalletStateDescriptorDAO → CRUD
  12. def createAllAction(ts: Vector[WalletStateDescriptorDb]): slick.jdbc.JdbcProfile.API.DBIOAction[Vector[WalletStateDescriptorDb], slick.jdbc.JdbcProfile.API.NoStream, Write]
    Definition Classes
    SlickUtilAction
  13. def createAllNoAutoInc(ts: Vector[WalletStateDescriptorDb], database: SafeDatabase)(implicit ec: ExecutionContext): Future[Vector[WalletStateDescriptorDb]]
    Definition Classes
    SlickUtil
  14. lazy val database: slick.jdbc.JdbcProfile.API.Database
    Definition Classes
    JdbcProfileComponent
  15. lazy val dbConfig: DatabaseConfig[JdbcProfile]
    Definition Classes
    JdbcProfileComponent
  16. lazy val dbPassword: String
    Definition Classes
    JdbcProfileComponent
  17. lazy val dbUsername: String
    Definition Classes
    JdbcProfileComponent
  18. def debug(mkr: Marker, msg: ⇒ Any, t: ⇒ Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  19. def debug(msg: ⇒ Any, t: ⇒ Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  20. def debug(msg: ⇒ Any): Unit
    Attributes
    protected
    Definition Classes
    Logging
  21. def delete(t: WalletStateDescriptorDb): Future[Int]
    Definition Classes
    CRUD
  22. def deleteAction(t: WalletStateDescriptorDb): slick.jdbc.JdbcProfile.API.DBIOAction[Int, slick.jdbc.JdbcProfile.API.NoStream, Write]
    Definition Classes
    CRUDAction
  23. def deleteAll(): Future[Int]
    Definition Classes
    CRUD
  24. def deleteAll(ts: Vector[WalletStateDescriptorDb]): Future[Int]
    Definition Classes
    CRUD
  25. def deleteAllAction(): slick.jdbc.JdbcProfile.API.DBIOAction[Int, slick.jdbc.JdbcProfile.API.NoStream, Write with Transactional]
    Definition Classes
    CRUDAction
  26. def deleteAllAction(ts: Vector[WalletStateDescriptorDb]): slick.jdbc.JdbcProfile.API.DBIOAction[Int, slick.jdbc.JdbcProfile.API.NoStream, Write]
    Definition Classes
    CRUDAction
  27. implicit val ec: ExecutionContext
    Definition Classes
    WalletStateDescriptorDAO → CRUD → CRUDAction
  28. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  29. def error(mkr: Marker, msg: ⇒ Any, t: ⇒ Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  30. def error(msg: ⇒ Any, t: ⇒ Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  31. def error(msg: ⇒ Any): Unit
    Attributes
    protected
    Definition Classes
    Logging
  32. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  33. def find(t: WalletStateDescriptorDb): slick.jdbc.JdbcProfile.API.Query[slick.jdbc.JdbcProfile.API.Table[_], WalletStateDescriptorDb, Seq]
    Attributes
    protected
    Definition Classes
    CRUDAction
  34. def findAll(ts: Vector[WalletStateDescriptorDb]): slick.jdbc.JdbcProfile.API.Query[slick.jdbc.JdbcProfile.API.Table[_], WalletStateDescriptorDb, Seq]
    Definition Classes
    WalletStateDescriptorDAO → CRUDAction
  35. def findAll(): Future[Vector[WalletStateDescriptorDb]]
    Definition Classes
    CRUD
  36. def findAllAction(): slick.jdbc.JdbcProfile.API.DBIOAction[Vector[WalletStateDescriptorDb], slick.jdbc.JdbcProfile.API.NoStream, Read]
    Definition Classes
    CRUDAction
  37. def findByPrimaryKey(id: WalletStateDescriptorType): slick.jdbc.JdbcProfile.API.Query[slick.jdbc.JdbcProfile.API.Table[_], WalletStateDescriptorDb, Seq]
    Definition Classes
    WalletStateDescriptorDAO → CRUDAction
  38. def findByPrimaryKeyAction(id: WalletStateDescriptorType): slick.jdbc.JdbcProfile.API.DBIOAction[Option[WalletStateDescriptorDb], slick.jdbc.JdbcProfile.API.NoStream, Read]
    Definition Classes
    CRUDAction
  39. def findByPrimaryKeys(ids: Vector[WalletStateDescriptorType]): slick.jdbc.JdbcProfile.API.Query[WalletStateDescriptorTable, WalletStateDescriptorDb, Seq]
    Definition Classes
    WalletStateDescriptorDAO → CRUDAction
  40. def findByPrimaryKeysAction(ids: Vector[WalletStateDescriptorType]): slick.jdbc.JdbcProfile.API.DBIOAction[Vector[WalletStateDescriptorDb], slick.jdbc.JdbcProfile.API.NoStream, Read]
    Definition Classes
    CRUDAction
  41. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  42. def getRescan(): Future[Option[RescanDescriptor]]
  43. def getSyncHeight(): Future[Option[SyncHeightDescriptor]]
  44. def info(mkr: Marker, msg: ⇒ Any, t: ⇒ Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  45. def info(msg: ⇒ Any, t: ⇒ Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  46. def info(msg: ⇒ Any): Unit
    Attributes
    protected
    Definition Classes
    Logging
  47. def isDebugEnabled: Boolean
    Attributes
    protected
    Definition Classes
    Logging
  48. def isErrorEnabled: Boolean
    Attributes
    protected
    Definition Classes
    Logging
  49. def isInfoEnabled: Boolean
    Attributes
    protected
    Definition Classes
    Logging
  50. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  51. def isRescanning: Future[Boolean]
  52. def isTraceEnabled: Boolean
    Attributes
    protected
    Definition Classes
    Logging
  53. def isWarnEnabled: Boolean
    Attributes
    protected
    Definition Classes
    Logging
  54. def logger: Logger
    Attributes
    protected
    Definition Classes
    Logging
  55. def loggerName: String
    Attributes
    protected
    Definition Classes
    Logging
  56. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  57. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  58. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  59. lazy val numThreads: Int
    Definition Classes
    JdbcProfileComponent
  60. lazy val profile: JdbcProfile
    Definition Classes
    JdbcProfileComponent
  61. def read(id: WalletStateDescriptorType): Future[Option[WalletStateDescriptorDb]]
    Definition Classes
    CRUD
  62. def safeDatabase: SafeDatabase
    Definition Classes
    CRUD
  63. val schemaName: Option[String]
    Definition Classes
    CRUD
  64. def startHikariLogger(interval: Duration): HikariLogging
    Attributes
    protected
    Definition Classes
    JdbcProfileComponent
  65. def stopHikariLogger(): Unit
    Attributes
    protected
    Definition Classes
    JdbcProfileComponent
  66. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  67. val table: slick.jdbc.JdbcProfile.API.TableQuery[WalletStateDescriptorTable]
    Definition Classes
    WalletStateDescriptorDAO → CRUDAction
  68. implicit def tableQuerySafeSubtypeCast[SpecificT <: AbstractTable[_], SomeT <: SpecificT](tableQuery: slick.jdbc.JdbcProfile.API.TableQuery[SomeT]): slick.jdbc.JdbcProfile.API.TableQuery[SpecificT]
    Attributes
    protected
    Definition Classes
    CRUD
  69. def trace(mkr: Marker, msg: ⇒ Any, t: ⇒ Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  70. def trace(msg: ⇒ Any, t: ⇒ Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  71. def trace(msg: ⇒ Any): Unit
    Attributes
    protected
    Definition Classes
    Logging
  72. def update(t: WalletStateDescriptorDb): Future[WalletStateDescriptorDb]
    Definition Classes
    CRUD
  73. def updateAction(t: WalletStateDescriptorDb): slick.jdbc.JdbcProfile.API.DBIOAction[WalletStateDescriptorDb, slick.jdbc.JdbcProfile.API.NoStream, Write]
    Definition Classes
    CRUDAction
  74. def updateAll(ts: Vector[WalletStateDescriptorDb]): Future[Vector[WalletStateDescriptorDb]]
    Definition Classes
    CRUD
  75. def updateAllAction(ts: Vector[WalletStateDescriptorDb]): slick.jdbc.JdbcProfile.API.DBIOAction[Vector[WalletStateDescriptorDb], slick.jdbc.JdbcProfile.API.NoStream, Write]
    Definition Classes
    CRUDAction
  76. def updateRescanning(rescanning: Boolean): Future[RescanDescriptor]
  77. def updateSyncHeight(hash: DoubleSha256DigestBE, height: Int): Future[WalletStateDescriptorDb]
  78. def upsert(t: WalletStateDescriptorDb): Future[WalletStateDescriptorDb]
    Definition Classes
    CRUD
  79. def upsertAction(t: WalletStateDescriptorDb): slick.jdbc.JdbcProfile.API.DBIOAction[WalletStateDescriptorDb, slick.jdbc.JdbcProfile.API.NoStream, Write with Read]
    Definition Classes
    CRUDAction
  80. def upsertAll(ts: Vector[WalletStateDescriptorDb]): Future[Vector[WalletStateDescriptorDb]]
    Definition Classes
    CRUD
  81. def upsertAllAction(ts: Vector[WalletStateDescriptorDb]): slick.jdbc.JdbcProfile.API.DBIOAction[Vector[WalletStateDescriptorDb], slick.jdbc.JdbcProfile.API.NoStream, Write with Read]
    Definition Classes
    CRUDAction
  82. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  83. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  84. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  85. def warn(mkr: Marker, msg: ⇒ Any, t: ⇒ Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  86. def warn(msg: ⇒ Any, t: ⇒ Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  87. def warn(msg: ⇒ Any): Unit
    Attributes
    protected
    Definition Classes
    Logging

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Logging

Inherited from AnyRef

Inherited from Any

Ungrouped