org.sisioh.dddbase.lifecycle.forwarding.sync

wrapped

package wrapped

Visibility
  1. Public
  2. All

Type Members

  1. trait SyncWrappedAsyncEntityIO extends SyncEntityIO

  2. trait SyncWrappedAsyncEntityIOContext extends SyncEntityIOContext

    org.sisioh.dddbase.core.lifecycle.async.AsyncEntityIOContextorg.sisioh.dddbase.core.lifecycle.sync.SyncEntityIOContextとして ラップするトレイト。

  3. trait SyncWrappedAsyncEntityReader[ID <: Identifier[_], E <: Entity[ID]] extends SyncEntityReader[ID, E] with SyncWrappedAsyncEntityIO

    AsyncEntityReaderSyncEntityReaderとしてラップするためのデコレータ。

  4. trait SyncWrappedAsyncEntityWriter[ID <: Identifier[_], E <: Entity[ID]] extends SyncEntityWriter[ID, E] with SyncWrappedAsyncEntityIO

    AsyncEntityWriterSyncEntityWriterとしてラップするためのデコレータ。

  5. trait SyncWrappedAsyncRepository[ID <: Identifier[_], E <: Entity[ID]] extends SyncWrappedAsyncEntityReader[ID, E] with SyncWrappedAsyncEntityWriter[ID, E] with SyncRepository[ID, E]

    AsyncRepositorySyncRepositoryとしてラップするためのデコレータ。

Value Members

  1. object SyncWrappedAsyncEntityIOContext

    コンパニオンオブジェクト。

Ungrouped