net.fwbrasil.activate.storage.relational.async.AsyncPostgreSQLStorageFactory

AsyncPostgreSQLStorageFromFactory

class AsyncPostgreSQLStorageFromFactory extends AsyncPostgreSQLStorage

Linear Supertypes
AsyncPostgreSQLStorage, AsyncSQLStorage[PostgreSQLConnection], RelationalStorage[Future[PostgreSQLConnection]], MarshalStorage[Future[PostgreSQLConnection]], Storage[Future[PostgreSQLConnection]], Logging, Logging, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. AsyncPostgreSQLStorageFromFactory
  2. AsyncPostgreSQLStorage
  3. AsyncSQLStorage
  4. RelationalStorage
  5. MarshalStorage
  6. Storage
  7. Logging
  8. Logging
  9. AnyRef
  10. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new AsyncPostgreSQLStorageFromFactory(getProperty: (String) ⇒ Option[String])

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. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  5. def await[R](future: Future[R]): R

    Attributes
    protected
    Definition Classes
    AsyncSQLStorage
  6. def blockingFuture[T](f: ⇒ T)(implicit ctx: ExecutionContext): Future[T]

    Attributes
    protected
    Definition Classes
    Storage
  7. def charset: Charset

    Definition Classes
    AsyncSQLStorage
  8. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def configuration: Configuration

  10. def debug(msg: ⇒ Any, t: ⇒ Throwable): Unit

    Attributes
    protected
    Definition Classes
    Logging
  11. def debug(msg: ⇒ Any): Unit

    Attributes
    protected
    Definition Classes
    Logging
  12. val defaultTimeout: Duration

    Definition Classes
    AsyncSQLStorage
  13. val dialect: postgresqlDialect

  14. def directAccess: Future[PostgreSQLConnection]

    Definition Classes
    AsyncSQLStorage → Storage
  15. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  17. def error(msg: ⇒ Any, t: ⇒ Throwable): Unit

    Attributes
    protected
    Definition Classes
    Logging
  18. def error(msg: ⇒ Any): Unit

    Attributes
    protected
    Definition Classes
    Logging
  19. def execute(jdbcStatement: QlStatement, connection: Connection, isDdl: Boolean): Future[Unit]

    Definition Classes
    AsyncSQLStorage
  20. def executeStatements(reads: Map[Class[BaseEntity], List[(ReferenceStorageValue, Long)]], statements: List[StorageStatement]): Some[TransactionHandle]

    Attributes
    protected[net.fwbrasil.activate]
    Definition Classes
    AsyncSQLStorage → RelationalStorage
  21. def executeStatementsAsync(reads: Map[Class[BaseEntity], List[(ReferenceStorageValue, Long)]], sqls: List[StorageStatement])(implicit context: ExecutionContext): Future[Unit]

    Attributes
    protected[net.fwbrasil.activate]
    Definition Classes
    AsyncSQLStorage → RelationalStorage
  22. def executeWithTransactionAndReturnHandle(f: (Connection) ⇒ Future[Unit]): Future[TransactionHandle]

    Definition Classes
    AsyncSQLStorage
  23. lazy val executionContext: ExecutionContextExecutor

    Definition Classes
    AsyncSQLStorage
  24. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  25. def fromStorage(queryInstance: Query[_], entitiesReadFromCache: List[List[BaseEntity]]): List[List[EntityValue[_]]]

    Definition Classes
    MarshalStorage → Storage
  26. def fromStorageAsync(queryInstance: Query[_], entitiesReadFromCache: List[List[BaseEntity]])(implicit ecxt: TransactionalExecutionContext): Future[List[List[EntityValue[_]]]]

    Attributes
    protected[net.fwbrasil.activate]
    Definition Classes
    MarshalStorage → Storage
  27. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  28. val getProperty: (String) ⇒ Option[String]

  29. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  30. def info(msg: ⇒ Any, t: ⇒ Throwable): Unit

    Attributes
    protected
    Definition Classes
    Logging
  31. def info(msg: ⇒ Any): Unit

    Attributes
    protected
    Definition Classes
    Logging
  32. def isDebugEnabled: Boolean

    Attributes
    protected
    Definition Classes
    Logging
  33. def isErrorEnabled: Boolean

    Attributes
    protected
    Definition Classes
    Logging
  34. def isInfoEnabled: Boolean

    Attributes
    protected
    Definition Classes
    Logging
  35. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  36. def isMemoryStorage: Boolean

    Definition Classes
    AsyncSQLStorage → Storage
  37. def isSchemaless: Boolean

    Definition Classes
    AsyncSQLStorage → Storage
  38. def isTraceEnabled: Boolean

    Attributes
    protected
    Definition Classes
    Logging
  39. def isTransactional: Boolean

    Definition Classes
    AsyncSQLStorage → Storage
  40. def isWarnEnabled: Boolean

    Attributes
    protected
    Definition Classes
    Logging
  41. def logDebug[A](id: ⇒ String)(f: ⇒ A): A

    Attributes
    protected
    Definition Classes
    Logging
  42. def logError[A](id: ⇒ String)(f: ⇒ A): A

    Attributes
    protected
    Definition Classes
    Logging
  43. def logInfo[A](id: ⇒ String)(f: ⇒ A): A

    Attributes
    protected
    Definition Classes
    Logging
  44. def logTrace[A](id: ⇒ String)(f: ⇒ A): A

    Attributes
    protected
    Definition Classes
    Logging
  45. def logWarn[A](id: ⇒ String)(f: ⇒ A): A

    Attributes
    protected
    Definition Classes
    Logging
  46. def logger: Logger

    Attributes
    protected
    Definition Classes
    Logging
  47. def loggerName: String

    Attributes
    protected
    Definition Classes
    Logging
  48. def migrate(action: StorageAction): Unit

    Attributes
    protected[net.fwbrasil.activate]
    Definition Classes
    MarshalStorage → Storage
  49. def migrateStorage(action: ModifyStorageAction): Unit

    Attributes
    protected[net.fwbrasil.activate]
    Definition Classes
    RelationalStorage → MarshalStorage
  50. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  51. def noEscape(string: String): String

    Attributes
    protected
    Definition Classes
    RelationalStorage
  52. final def notify(): Unit

    Definition Classes
    AnyRef
  53. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  54. lazy val objectFactory: PostgreSQLConnectionFactory

  55. lazy val pool: AsyncObjectPool[PostgreSQLConnection] with Connection

    Definition Classes
    AsyncSQLStorage
  56. def poolConfiguration: PoolConfiguration

  57. def prepareDatabase: Unit

    Attributes
    protected[net.fwbrasil.activate]
    Definition Classes
    Storage
  58. def query(query: Query[_], expectedTypes: List[StorageValue], entitiesReadFromCache: List[List[BaseEntity]]): List[List[StorageValue]]

    Attributes
    protected[net.fwbrasil.activate]
    Definition Classes
    AsyncSQLStorage → MarshalStorage
  59. def queryAsync(query: Query[_], expectedTypes: List[StorageValue], entitiesReadFromCache: List[List[BaseEntity]])(implicit context: TransactionalExecutionContext): Future[List[List[StorageValue]]]

    Attributes
    protected[net.fwbrasil.activate]
    Definition Classes
    AsyncSQLStorage → MarshalStorage
  60. val queryLimit: Int

    Definition Classes
    AsyncSQLStorage
  61. def reinitialize: Unit

    Attributes
    protected[net.fwbrasil.activate]
    Definition Classes
    Storage
  62. def resolveDependencies(statements: Set[DmlStorageStatement]): List[DmlStorageStatement]

    Attributes
    protected[net.fwbrasil.activate]
    Definition Classes
    RelationalStorage
  63. def satisfyRestriction(jdbcStatement: QlStatement)(implicit context: ExecutionContext): Future[Boolean]

    Attributes
    protected[net.fwbrasil.activate]
    Definition Classes
    AsyncSQLStorage
  64. def sendPreparedStatement(jdbcStatement: QlStatement, connection: Connection): Future[QueryResult]

    Attributes
    protected
    Definition Classes
    AsyncSQLStorage
  65. def staleDataException(entityIds: Set[(entity.BaseEntity.ID, Class[BaseEntity])]): Nothing

    Attributes
    protected
    Definition Classes
    Storage
  66. def store(readList: List[(BaseEntity, Long)], statementList: List[MassModificationStatement], insertList: List[(BaseEntity, Map[String, StorageValue])], updateList: List[(BaseEntity, Map[String, StorageValue])], deleteList: List[(BaseEntity, Map[String, StorageValue])]): Option[TransactionHandle]

    Definition Classes
    RelationalStorage → MarshalStorage
  67. def storeAsync(readList: List[(BaseEntity, Long)], statements: List[MassModificationStatement], insertList: List[(BaseEntity, Map[String, StorageValue])], updateList: List[(BaseEntity, Map[String, StorageValue])], deleteList: List[(BaseEntity, Map[String, StorageValue])])(implicit ecxt: ExecutionContext): Future[Unit]

    Definition Classes
    RelationalStorage → MarshalStorage
  68. def supportsAsync: Boolean

    Definition Classes
    AsyncSQLStorage → Storage
  69. def supportsLimitedQueries: Boolean

    Definition Classes
    Storage
  70. def supportsQueryJoin: Boolean

    Definition Classes
    AsyncSQLStorage → Storage
  71. def supportsRegex: Boolean

    Definition Classes
    Storage
  72. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  73. def toStorage(readList: List[(BaseEntity, Long)], statements: List[MassModificationStatement], insertList: List[(BaseEntity, Map[String, EntityValue[Any]])], updateList: List[(BaseEntity, Map[String, EntityValue[Any]])], deleteList: List[(BaseEntity, Map[String, EntityValue[Any]])]): Option[TransactionHandle]

    Attributes
    protected[net.fwbrasil.activate]
    Definition Classes
    MarshalStorage → Storage
  74. def toStorageAsync(readList: List[(BaseEntity, Long)], statements: List[MassModificationStatement], insertList: List[(BaseEntity, Map[String, EntityValue[Any]])], updateList: List[(BaseEntity, Map[String, EntityValue[Any]])], deleteList: List[(BaseEntity, Map[String, EntityValue[Any]])])(implicit ecxt: ExecutionContext): Future[Unit]

    Attributes
    protected[net.fwbrasil.activate]
    Definition Classes
    MarshalStorage → Storage
  75. def toString(): String

    Definition Classes
    AnyRef → Any
  76. def trace(msg: ⇒ Any, t: ⇒ Throwable): Unit

    Attributes
    protected
    Definition Classes
    Logging
  77. def trace(msg: ⇒ Any): Unit

    Attributes
    protected
    Definition Classes
    Logging
  78. def underscoreSeparated(string: String): String

    Attributes
    protected
    Definition Classes
    RelationalStorage
  79. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  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 AsyncPostgreSQLStorage

Inherited from AsyncSQLStorage[PostgreSQLConnection]

Inherited from RelationalStorage[Future[PostgreSQLConnection]]

Inherited from MarshalStorage[Future[PostgreSQLConnection]]

Inherited from Storage[Future[PostgreSQLConnection]]

Inherited from Logging

Inherited from Logging

Inherited from AnyRef

Inherited from Any

Ungrouped