Package

org.sisioh.dddbase.lifecycle.forwarding.sync

wrapped

Permalink

package wrapped

Visibility
  1. Public
  2. All

Type Members

  1. trait SyncWrappedAsyncEntityIO extends SyncEntityIO

    Permalink

  2. trait SyncWrappedAsyncEntityIOContext extends SyncEntityIOContext

    Permalink

    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

    Permalink

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

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

    ID

    識別子の型

    E

    エンティティの型

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

    Permalink

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

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

    ID

    識別子の型

    E

    エンティティの型

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

    Permalink

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

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

    ID

    識別子の型

    E

    エンティティの型

Value Members

  1. object SyncWrappedAsyncEntityIOContext

    Permalink

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

Ungrouped