Package

org.sisioh.dddbase.lifecycle.forwarding

async

Permalink

package async

Visibility
  1. Public
  2. All

Type Members

  1. trait ForwardingAsyncEntityReadableAsChunk[ID <: Identifier[_], E <: Entity[ID]] extends AsyncEntityReadableAsChunk[ID, E]

    Permalink

    AsyncEntityReadableAsChunkのデコレータ。

    AsyncEntityReadableAsChunkのデコレータ。

    ID

    識別子の型

    E

    エンティティの型

  2. trait ForwardingAsyncEntityReadableAsPredicate[ID <: Identifier[_], E <: Entity[ID]] extends AsyncEntityReadableAsPredicate[ID, E]

    Permalink

    AsyncEntityReadableAsPredicateのデコレータ。

    AsyncEntityReadableAsPredicateのデコレータ。

    ID

    識別子の型

    E

    エンティティの型

  3. trait ForwardingAsyncEntityReader[ID <: Identifier[_], E <: Entity[ID]] extends AsyncEntityReader[ID, E]

    Permalink

    AsyncEntityReaderのデコレータ。

    AsyncEntityReaderのデコレータ。

    ID

    識別子の型

    E

    エンティティの型

  4. trait ForwardingAsyncEntityWriter[ID <: Identifier[_], E <: Entity[ID]] extends AsyncEntityWriter[ID, E]

    Permalink

    AsyncEntityWriterのデコレータ。

    AsyncEntityWriterのデコレータ。

    ID

    識別子の型

    E

    エンティティの型

  5. trait ForwardingAsyncRepository[ID <: Identifier[_], E <: Entity[ID]] extends ForwardingAsyncEntityReader[ID, E] with ForwardingAsyncEntityWriter[ID, E] with AsyncRepository[ID, E]

    Permalink

    AsyncRepositoryのデコレータ。

    AsyncRepositoryのデコレータ。

    ID

    識別子の型

    E

    エンティティの型

Value Members

  1. package wrapped

    Permalink

Ungrouped