c

org.bitcoins.wallet.models

AddressTagDAO

case class AddressTagDAO()(implicit ec: ExecutionContext, appConfig: WalletAppConfig) extends CRUD[AddressTagDb, (BitcoinAddress, AddressTagType)] with SlickUtil[AddressTagDb, (BitcoinAddress, AddressTagType)] with Product with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AddressTagDAO
  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 AddressTagDAO()(implicit ec: ExecutionContext, appConfig: WalletAppConfig)

Type Members

  1. class AddressTagTable extends slick.jdbc.JdbcProfile.API.Table[AddressTagDb]

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
    AddressTagDAO → 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: AddressTagDb): Future[AddressTagDb]
    Definition Classes
    CRUD
  9. def createAll(ts: Vector[AddressTagDb]): Future[Vector[AddressTagDb]]
    Definition Classes
    AddressTagDAO → CRUD
  10. def createAllNoAutoInc(ts: Vector[AddressTagDb], database: SafeDatabase)(implicit ec: ExecutionContext): Future[Vector[AddressTagDb]]
    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: AddressTagDb): Future[Int]
    Definition Classes
    CRUD
  17. def deleteAll(): Future[Int]
    Definition Classes
    CRUD
  18. def deleteAll(ts: Vector[AddressTagDb]): Future[Int]
    Definition Classes
    CRUD
  19. def dropByAddressAndTag(address: BitcoinAddress, tagType: AddressTagType): Future[Int]
  20. def dropByTagType(tagType: AddressTagType): Future[Int]
  21. implicit val ec: ExecutionContext
  22. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. def error(mkr: Marker, msg: ⇒ Any, t: ⇒ Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  24. def error(msg: ⇒ Any, t: ⇒ Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  25. def error(msg: ⇒ Any): Unit
    Attributes
    protected
    Definition Classes
    Logging
  26. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  27. def find(t: AddressTagDb): slick.jdbc.JdbcProfile.API.Query[slick.jdbc.JdbcProfile.API.Table[_], AddressTagDb, Seq]
    Attributes
    protected
    Definition Classes
    CRUD
  28. def findAll(ts: Vector[AddressTagDb]): slick.jdbc.JdbcProfile.API.Query[slick.jdbc.JdbcProfile.API.Table[_], AddressTagDb, Seq]
    Definition Classes
    AddressTagDAO → CRUD
  29. def findAll(): Future[Vector[AddressTagDb]]
    Definition Classes
    CRUD
  30. def findByAddress(address: BitcoinAddress): Future[Vector[AddressTagDb]]
  31. def findByAddressAndTag(address: BitcoinAddress, tagType: AddressTagType): Future[Vector[AddressTagDb]]
  32. def findByPrimaryKey(id: (BitcoinAddress, AddressTagType)): slick.jdbc.JdbcProfile.API.Query[slick.jdbc.JdbcProfile.API.Table[_], AddressTagDb, Seq]
    Definition Classes
    AddressTagDAO → CRUD
  33. def findByPrimaryKeys(ids: Vector[(BitcoinAddress, AddressTagType)]): slick.jdbc.JdbcProfile.API.Query[AddressTagTable, AddressTagDb, Seq]

    Finds the rows that correlate to the given primary keys

    Finds the rows that correlate to the given primary keys

    Definition Classes
    AddressTagDAO → CRUD
  34. def findByTag(tag: AddressTag): Future[Vector[AddressTagDb]]
  35. def findByTagType(tagType: AddressTagType): Future[Vector[AddressTagDb]]
  36. def findByTagType(addressTagType: String): Future[Vector[AddressTagDb]]
  37. def findTx(tx: Transaction, network: NetworkParameters): Future[Vector[AddressTagDb]]
  38. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  39. def info(mkr: Marker, msg: ⇒ Any, t: ⇒ Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  40. def info(msg: ⇒ Any, t: ⇒ Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  41. def info(msg: ⇒ Any): Unit
    Attributes
    protected
    Definition Classes
    Logging
  42. def isDebugEnabled: Boolean
    Attributes
    protected
    Definition Classes
    Logging
  43. def isErrorEnabled: Boolean
    Attributes
    protected
    Definition Classes
    Logging
  44. def isInfoEnabled: Boolean
    Attributes
    protected
    Definition Classes
    Logging
  45. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  46. def isTraceEnabled: Boolean
    Attributes
    protected
    Definition Classes
    Logging
  47. def isWarnEnabled: Boolean
    Attributes
    protected
    Definition Classes
    Logging
  48. def logger: Logger
    Attributes
    protected
    Definition Classes
    Logging
  49. def loggerName: String
    Attributes
    protected
    Definition Classes
    Logging
  50. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  51. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  52. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  53. lazy val numThreads: Int
    Definition Classes
    JdbcProfileComponent
  54. lazy val password: String
    Definition Classes
    JdbcProfileComponent
  55. lazy val profile: JdbcProfile
    Definition Classes
    JdbcProfileComponent
  56. def read(id: (BitcoinAddress, AddressTagType)): Future[Option[AddressTagDb]]
    Definition Classes
    CRUD
  57. def safeDatabase: SafeDatabase
    Definition Classes
    CRUD
  58. val schemaName: Option[String]
    Definition Classes
    CRUD
  59. def startHikariLogger(interval: Duration): HikariLogging
    Attributes
    protected
    Definition Classes
    JdbcProfileComponent
  60. def stopHikariLogger(): Unit
    Attributes
    protected
    Definition Classes
    JdbcProfileComponent
  61. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  62. val table: slick.jdbc.JdbcProfile.API.TableQuery[AddressTagTable]
    Definition Classes
    AddressTagDAO → CRUD
  63. 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
  64. def trace(mkr: Marker, msg: ⇒ Any, t: ⇒ Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  65. def trace(msg: ⇒ Any, t: ⇒ Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  66. def trace(msg: ⇒ Any): Unit
    Attributes
    protected
    Definition Classes
    Logging
  67. def update(t: AddressTagDb): Future[AddressTagDb]
    Definition Classes
    CRUD
  68. def updateAll(ts: Vector[AddressTagDb]): Future[Vector[AddressTagDb]]
    Definition Classes
    CRUD
  69. def upsert(t: AddressTagDb): Future[AddressTagDb]
    Definition Classes
    CRUD
  70. def upsertAll(ts: Vector[AddressTagDb]): Future[Vector[AddressTagDb]]
    Definition Classes
    CRUD
  71. lazy val username: String
    Definition Classes
    JdbcProfileComponent
  72. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  73. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  74. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  75. def warn(mkr: Marker, msg: ⇒ Any, t: ⇒ Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  76. def warn(msg: ⇒ Any, t: ⇒ Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  77. 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