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