Trait/Object

it.agilelab.bigdata.wasp.repository.postgres

WaspPostgresDB

Related Docs: object WaspPostgresDB | package postgres

Permalink

trait WaspPostgresDB extends WaspDB with PostgresDBHelper

Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. WaspPostgresDB
  2. PostgresDBHelper
  3. Logging
  4. ConnectionInfoProvider
  5. ConnectionSupport
  6. WaspDB
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def close(): Unit

    Permalink
    Definition Classes
    WaspPostgresDB → WaspDB
  2. abstract def createTable()(implicit tableDefinition: TableDefinition[_, _]): Unit

    Permalink
  3. abstract def deleteByPrimaryKey[T, K](primaryKey: K)(implicit tableDefinition: TableDefinition[T, K]): Unit

    Permalink
  4. abstract def getAll[T, K]()(implicit tableDefinition: TableDefinition[T, K]): Seq[T]

    Permalink
  5. abstract def getBy[T, K](condition: Array[(String, Any)], sortCondition: Option[String] = None, limit: Option[Int] = None)(implicit tableDefinition: TableDefinition[T, K]): Seq[T]

    Permalink
  6. abstract def getByPrimaryKey[T, K](primaryKey: K)(implicit tableDefinition: TableDefinition[T, K]): Option[T]

    Permalink
  7. abstract def getDriver: String

    Permalink
    Attributes
    protected
    Definition Classes
    ConnectionInfoProvider
  8. abstract def getPassword: String

    Permalink
    Attributes
    protected
    Definition Classes
    ConnectionInfoProvider
  9. abstract def getPoolSize: Int

    Permalink
    Attributes
    protected
    Definition Classes
    ConnectionInfoProvider
  10. abstract def getUrl: String

    Permalink
    Attributes
    protected
    Definition Classes
    ConnectionInfoProvider
  11. abstract def getUser: String

    Permalink
    Attributes
    protected
    Definition Classes
    ConnectionInfoProvider
  12. abstract def insert[T, K](obj: T)(implicit tableDefinition: TableDefinition[T, K]): Unit

    Permalink
  13. abstract def insertIfNotExists[T, K](obj: T)(implicit table: TableDefinition[T, K]): Unit

    Permalink
  14. abstract def insertReturning[T, K, R](obj: T, columnResult: Array[String], mapperResultSet: (ResultSet) ⇒ R)(implicit table: TableDefinition[T, K]): Seq[R]

    Permalink
  15. abstract def updateByPrimaryKey[T, K](obj: T)(implicit tableDefinition: TableDefinition[T, K]): Unit

    Permalink
  16. abstract def upsert[T, K](obj: T)(implicit table: TableDefinition[T, K]): Unit

    Permalink

Concrete Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. def closePool(): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    ConnectionSupport
  7. def convertToJson(json: JsValue): PGobject

    Permalink
    Definition Classes
    PostgresDBHelper
  8. def delete(table: String, whereCondition: Option[Array[(String, Any)]] = None): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    PostgresDBHelper
  9. def dropTable(table: String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    PostgresDBHelper
  10. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  12. def execute(updates: String*): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    PostgresDBHelper
  13. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  15. def getConnection(): Connection

    Permalink
    Attributes
    protected
    Definition Classes
    ConnectionSupport
  16. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  17. def insert[T](table: String, obj: T)(mapper: (T) ⇒ Array[(String, Any)]): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    PostgresDBHelper
  18. def insertReturning[T, R](table: String, obj: T, columnsResult: Array[String])(mapperFromModel: (T) ⇒ Array[(String, Any)], mapperFromResultSet: (ResultSet) ⇒ R): Seq[R]

    Permalink
    Attributes
    protected
    Definition Classes
    PostgresDBHelper
  19. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  20. val logger: WaspLogger

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  21. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  22. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  23. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  24. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  25. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  26. def updateBy[T](table: String, obj: T, whereCondition: Array[(String, Any)])(mapper: (T) ⇒ Array[(String, Any)]): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    PostgresDBHelper
  27. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from PostgresDBHelper

Inherited from Logging

Inherited from ConnectionInfoProvider

Inherited from ConnectionSupport

Inherited from WaspDB

Inherited from AnyRef

Inherited from Any

Ungrouped