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