net.fwbrasil.activate.storage

relational

package relational

Visibility
  1. Public
  2. All

Type Members

  1. class BatchSqlStatement extends JdbcStatement

  2. trait DataSourceJdbcRelationalStorage extends JdbcRelationalStorage

  3. case class DdlStorageStatement(action: ModifyStorageAction) extends StorageStatement with Product with Serializable

  4. case class DeleteDmlStorageStatement(entityClass: Class[_], entityId: String, propertyMap: Map[String, StorageValue]) extends DmlStorageStatement with Product with Serializable

  5. abstract class DmlStorageStatement extends StorageStatement

  6. case class InsertDmlStorageStatement(entityClass: Class[_], entityId: String, propertyMap: Map[String, StorageValue]) extends DmlStorageStatement with Product with Serializable

  7. trait JdbcRelationalStorage extends RelationalStorage[Connection] with Logging

  8. trait JdbcStatement extends Serializable

  9. case class JdbcStatementException(statement: JdbcStatement, exception: Exception, nextException: Exception) extends Exception with Product with Serializable

  10. case class ModifyStorageStatement(statement: MassModificationStatement) extends StorageStatement with Product with Serializable

  11. trait PooledJdbcRelationalStorage extends JdbcRelationalStorage with DelayedInit

  12. case class QueryStorageStatement(query: Query[_], entitiesReadFromCache: List[List[Entity]]) extends StorageStatement with Product with Serializable

  13. trait RelationalStorage[T] extends MarshalStorage[T]

  14. trait SimpleJdbcRelationalStorage extends JdbcRelationalStorage with DelayedInit

  15. class SqlStatement extends JdbcStatement

  16. abstract class StorageStatement extends AnyRef

  17. case class UpdateDmlStorageStatement(entityClass: Class[_], entityId: String, propertyMap: Map[String, StorageValue]) extends DmlStorageStatement with Product with Serializable

Value Members

  1. object BatchSqlStatement extends Serializable

  2. object DataSourceJdbcRelationalStorageFactory extends StorageFactory

  3. object PooledJdbcRelationalStorageFactory extends StorageFactory

  4. object SimpleJdbcRelationalStorageFactory extends StorageFactory

  5. package idiom

Ungrouped