net
.
fwbrasil
.
activate
.
storage
prevayler
package
prevayler
Visibility
Public
All
Type Members
case class
PrevaylerMemoryStorageTransaction
(
context:
ActivateContext
,
assignments:
HashMap
[
String
,
HashMap
[
String
,
StorageValue
]]
,
deletes:
HashSet
[
String
]
)
extends
Transaction
[
PrevaylerStorageSystem
] with
Product
with
Serializable
class
PrevaylerStorage
extends
MarshalStorage
[
Prevayler
[
PrevaylerStorageSystem
]]
Annotations
@implicitNotFound
(
...
)
class
PrevaylerStorageSystem
extends
HashMap
[
String
,
Entity
] with
SynchronizedMap
[
String
,
Entity
]
Value Members
object
PrevaylerMemoryStorageFactory
extends
StorageFactory
object
PrevaylerMemoryStorageTransaction
extends
Serializable
Ungrouped