org.sisioh.dddbase.lifecycle.forwarding

sync

package sync

Visibility
  1. Public
  2. All

Type Members

  1. trait ForwardingSyncEntityReadableAsChunk[ID <: Identifier[_], E <: Entity[ID]] extends SyncEntityReadableAsChunk[ID, E]

    SyncEntityReadableAsChunkのデコレータ。

  2. trait ForwardingSyncEntityReadableAsOption[ID <: Identifier[_], E <: Entity[ID]] extends SyncEntityReadableAsOption[ID, E]

    SyncEntityReadableAsOptionのデコレータ。

  3. trait ForwardingSyncEntityReadableAsPredicate[ID <: Identifier[_], E <: Entity[ID]] extends SyncEntityReadableAsPredicate[ID, E]

    SyncEntityReadableAsPredicateのデコレータ。

  4. trait ForwardingSyncEntityReader[ID <: Identifier[_], E <: Entity[ID]] extends SyncEntityReader[ID, E]

    SyncEntityReaderのデコレータ実装

  5. trait ForwardingSyncEntityWriter[ID <: Identifier[_], E <: Entity[ID]] extends SyncEntityWriter[ID, E]

    SyncEntityWriterのデリゲート。

  6. trait ForwardingSyncRepository[ID <: Identifier[_], E <: Entity[ID]] extends ForwardingSyncEntityReader[ID, E] with ForwardingSyncEntityWriter[ID, E] with SyncRepository[ID, E]

    SyncRepositoryのデコレータ。

Value Members

  1. package wrapped

Ungrouped