net
.
fwbrasil
.
activate
.
storage
relational
package
relational
Visibility
Public
All
Type Members
class
BatchSqlStatement
extends
JdbcStatement
trait
DataSourceJdbcRelationalStorage
extends
JdbcRelationalStorage
case class
DdlStorageStatement
(
action:
ModifyStorageAction
)
extends
StorageStatement
with
Product
with
Serializable
case class
DeleteDmlStorageStatement
(
entityClass:
Class
[_]
,
entityId:
String
,
propertyMap:
Map
[
String
,
StorageValue
]
)
extends
DmlStorageStatement
with
Product
with
Serializable
abstract
class
DmlStorageStatement
extends
StorageStatement
case class
InsertDmlStorageStatement
(
entityClass:
Class
[_]
,
entityId:
String
,
propertyMap:
Map
[
String
,
StorageValue
]
)
extends
DmlStorageStatement
with
Product
with
Serializable
trait
JdbcRelationalStorage
extends
RelationalStorage
[
Connection
] with
Logging
trait
JdbcStatement
extends
Serializable
case class
JdbcStatementException
(
statement:
JdbcStatement
,
exception:
Exception
,
nextException:
Exception
)
extends
Exception
with
Product
with
Serializable
case class
ModifyStorageStatement
(
statement:
MassModificationStatement
)
extends
StorageStatement
with
Product
with
Serializable
trait
PooledJdbcRelationalStorage
extends
JdbcRelationalStorage
with
DelayedInit
class
PreparedStatementCache
extends
AnyRef
case class
QueryStorageStatement
(
query:
Query
[_]
,
entitiesReadFromCache:
List
[
List
[
Entity
]]
)
extends
StorageStatement
with
Product
with
Serializable
trait
RelationalStorage
[
T
]
extends
MarshalStorage
[
T
]
trait
SimpleJdbcRelationalStorage
extends
JdbcRelationalStorage
with
DelayedInit
class
SqlStatement
extends
JdbcStatement
abstract
class
StorageStatement
extends
AnyRef
case class
UpdateDmlStorageStatement
(
entityClass:
Class
[_]
,
entityId:
String
,
propertyMap:
Map
[
String
,
StorageValue
]
)
extends
DmlStorageStatement
with
Product
with
Serializable
Value Members
object
BatchSqlStatement
extends
Serializable
object
DataSourceJdbcRelationalStorageFactory
extends
StorageFactory
object
PooledJdbcRelationalStorageFactory
extends
StorageFactory
object
SimpleJdbcRelationalStorageFactory
extends
StorageFactory
package
idiom
Ungrouped