org.sisioh.dddbase.lifecycle.forwarding

async

package async

Visibility
  1. Public
  2. All

Type Members

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

    AsyncEntityReadableAsChunkのデコレータ。

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

    AsyncEntityReadableAsPredicateのデコレータ。

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

    AsyncEntityReaderのデコレータ。

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

    AsyncEntityWriterのデコレータ。

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

    AsyncRepositoryのデコレータ。

Value Members

  1. package wrapped

Ungrouped