Package

org.sisioh.dddbase.lifecycle.memory.mutable

async

Permalink

package async

Visibility
  1. Public
  2. All

Type Members

  1. abstract class AbstractAsyncRepositoryOnMemory[ID <: Identifier[_], E <: Entity[ID] with EntityCloneable[ID, E] with Ordered[E]] extends AsyncRepositoryOnMemorySupport[ID, E]

    Permalink
  2. trait AsyncRepositoryOnMemory[ID <: Identifier[_], E <: Entity[ID] with EntityCloneable[ID, E] with Ordered[E]] extends async.AsyncRepositoryOnMemory[ID, E]

    Permalink

    非同期型オンメモリ可変リポジトリのためのトレイト。

    非同期型オンメモリ可変リポジトリのためのトレイト。

    ID

    識別子の型

    E

    エンティティの型

  3. trait AsyncRepositoryOnMemorySupport[ID <: Identifier[_], E <: Entity[ID] with EntityCloneable[ID, E] with Ordered[E]] extends AsyncRepositoryOnMemory[ID, E]

    Permalink
  4. class GenericAsyncRepositoryOnMemory[ID <: Identifier[_], E <: Entity[ID] with EntityCloneable[ID, E] with Ordered[E]] extends AbstractAsyncRepositoryOnMemory[ID, E]

    Permalink

    汎用的な非同期型オンメモリ可変リポジトリ。

    汎用的な非同期型オンメモリ可変リポジトリ。

    ID

    識別子の型

    E

    エンティティの型

    Annotations
    @JSExportTopLevel( ... )

Value Members

  1. object GenericAsyncRepositoryOnMemory

    Permalink

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

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

    Annotations
    @JSExportTopLevel( ... )

Ungrouped