net.fwbrasil.activate.storage

prevayler

package prevayler

Visibility
  1. Public
  2. All

Type Members

  1. case class PrevaylerMemoryStorageTransaction(context: ActivateContext, assignments: HashMap[String, HashMap[String, StorageValue]], deletes: HashSet[String]) extends Transaction[PrevaylerStorageSystem] with Product with Serializable

  2. class PrevaylerStorage extends MarshalStorage[Prevayler[PrevaylerStorageSystem]]

    Annotations
    @implicitNotFound( ... )
  3. class PrevaylerStorageSystem extends HashMap[String, Entity] with SynchronizedMap[String, Entity]

Value Members

  1. object PrevaylerMemoryStorageFactory extends StorageFactory

  2. object PrevaylerMemoryStorageTransaction extends Serializable

Ungrouped