net.fwbrasil.activate.storage.relational.PooledJdbcRelationalStorageFactory

PooledJdbcRelationalStorageFromFactory

class PooledJdbcRelationalStorageFromFactory extends PooledJdbcRelationalStorage

Linear Supertypes
PooledJdbcRelationalStorage, DelayedInit, JdbcRelationalStorage, RelationalStorage[Connection], MarshalStorage[Connection], Storage[Connection], Logging, Logging, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. PooledJdbcRelationalStorageFromFactory
  2. PooledJdbcRelationalStorage
  3. DelayedInit
  4. JdbcRelationalStorage
  5. RelationalStorage
  6. MarshalStorage
  7. Storage
  8. Logging
  9. Logging
  10. AnyRef
  11. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new PooledJdbcRelationalStorageFromFactory(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. def acquirePreparedStatement(jdbcStatement: QlStatement, connection: Connection, readOnly: Boolean): (PreparedStatement, List[String])

    Attributes
    protected[net.fwbrasil.activate]
    Definition Classes
    JdbcRelationalStorage
  5. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  6. val batchLimit: Int

    Definition Classes
    JdbcRelationalStorage
  7. def blockingFuture[T](f: ⇒ T)(implicit ctx: ExecutionContext): Future[T]

    Attributes
    protected
    Definition Classes
    Storage
  8. def clone(): AnyRef

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

    Definition Classes
    PooledJdbcRelationalStorage
  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. def delayedInit(body: ⇒ Unit): Unit

    Definition Classes
    PooledJdbcRelationalStorage → DelayedInit
  13. val dialect: SqlIdiom

  14. def directAccess: Connection

    Definition Classes
    JdbcRelationalStorage → 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): Unit

    Definition Classes
    JdbcRelationalStorage
  20. def executeQuery(sqlStatement: NormalQlStatement, expectedTypes: List[StorageValue]): List[List[StorageValue]]

    Attributes
    protected[net.fwbrasil.activate]
    Definition Classes
    JdbcRelationalStorage
  21. def executeStatements(reads: Map[Class[BaseEntity], List[(ReferenceStorageValue, Long)]], storageStatements: List[StorageStatement]): Option[TransactionHandle]

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

    Attributes
    protected[net.fwbrasil.activate]
    Definition Classes
    RelationalStorage
  23. def executeWithTransaction[R](readOnly: Boolean)(f: (Connection) ⇒ R): R

    Definition Classes
    JdbcRelationalStorage
  24. def executeWithTransaction[R](f: (Connection) ⇒ R): R

    Definition Classes
    JdbcRelationalStorage
  25. def executeWithTransactionAndReturnHandle[R](f: (Connection) ⇒ R): TransactionHandle

    Definition Classes
    JdbcRelationalStorage
  26. def finalize(): Unit

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

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

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

    Definition Classes
    AnyRef → Any
  30. def getConnection: Connection

  31. def getConnectionReadOnly: Connection

  32. def getConnectionReadWrite: Connection

    Definition Classes
    JdbcRelationalStorage
  33. val getProperty: (String) ⇒ Option[String]

  34. def hashCode(): Int

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

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

    Attributes
    protected
    Definition Classes
    Logging
  37. def isDebugEnabled: Boolean

    Attributes
    protected
    Definition Classes
    Logging
  38. def isErrorEnabled: Boolean

    Attributes
    protected
    Definition Classes
    Logging
  39. def isInfoEnabled: Boolean

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

    Definition Classes
    Any
  41. def isMemoryStorage: Boolean

    Definition Classes
    JdbcRelationalStorage → Storage
  42. def isSchemaless: Boolean

    Definition Classes
    JdbcRelationalStorage → Storage
  43. def isTraceEnabled: Boolean

    Attributes
    protected
    Definition Classes
    Logging
  44. def isTransactional: Boolean

    Definition Classes
    JdbcRelationalStorage → Storage
  45. def isWarnEnabled: Boolean

    Attributes
    protected
    Definition Classes
    Logging
  46. val jdbcDataSource: Option[String]

  47. val jdbcDriver: String

  48. def logDebug[A](id: ⇒ String)(f: ⇒ A): A

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

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

    Attributes
    protected
    Definition Classes
    Logging
  51. val logStatements: Boolean

    Definition Classes
    PooledJdbcRelationalStorage
  52. def logTrace[A](id: ⇒ String)(f: ⇒ A): A

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

    Attributes
    protected
    Definition Classes
    Logging
  54. def logger: Logger

    Attributes
    protected
    Definition Classes
    Logging
  55. def loggerName: String

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

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

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

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

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

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

    Definition Classes
    AnyRef
  62. val password: Option[String]

  63. val poolSize: Int

    Definition Classes
    PooledJdbcRelationalStorage
  64. def prepareDatabase: Unit

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

    Attributes
    protected[net.fwbrasil.activate]
    Definition Classes
    JdbcRelationalStorage → MarshalStorage
  66. 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
    MarshalStorage
  67. val queryLimit: Int

    Definition Classes
    JdbcRelationalStorage
  68. def reinitialize: Unit

    Definition Classes
    JdbcRelationalStorage → Storage
  69. def resolveDependencies(statements: Set[DmlStorageStatement]): List[DmlStorageStatement]

    Attributes
    protected[net.fwbrasil.activate]
    Definition Classes
    RelationalStorage
  70. def satisfyRestriction(jdbcStatement: QlStatement): Boolean

    Attributes
    protected[net.fwbrasil.activate]
    Definition Classes
    JdbcRelationalStorage
  71. def staleDataException(entityIds: Set[(entity.BaseEntity.ID, Class[BaseEntity])]): Nothing

    Attributes
    protected
    Definition Classes
    Storage
  72. 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
  73. 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
  74. def supportsAsync: Boolean

    Definition Classes
    Storage
  75. def supportsLimitedQueries: Boolean

    Definition Classes
    JdbcRelationalStorage → Storage
  76. def supportsQueryJoin: Boolean

    Definition Classes
    JdbcRelationalStorage → Storage
  77. def supportsRegex: Boolean

    Definition Classes
    JdbcRelationalStorage → Storage
  78. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  79. 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
  80. 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
  81. def toString(): String

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

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

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

    Attributes
    protected
    Definition Classes
    RelationalStorage
  85. val url: String

  86. val user: Option[String]

  87. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  90. def warn(msg: ⇒ Any, t: ⇒ Throwable): Unit

    Attributes
    protected
    Definition Classes
    Logging
  91. def warn(msg: ⇒ Any): Unit

    Attributes
    protected
    Definition Classes
    Logging

Inherited from DelayedInit

Inherited from JdbcRelationalStorage

Inherited from RelationalStorage[Connection]

Inherited from MarshalStorage[Connection]

Inherited from Storage[Connection]

Inherited from Logging

Inherited from Logging

Inherited from AnyRef

Inherited from Any

Ungrouped