Package

org.sisioh.dddbase.lifecycle.memory

sync

Permalink

package sync

Visibility
  1. Public
  2. All

Type Members

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

    Permalink
  2. class GenericSyncRepositoryOnMemory[ID <: Identifier[_], E <: Entity[ID] with EntityCloneable[ID, E] with Ordered[E]] extends AbstractSyncRepositoryOnMemory[ID, E]

    Permalink

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

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

    ID

    識別子の型

    E

    エンティティの型

    Annotations
    @JSExportTopLevel( ... )
  3. trait SyncRepositoryOnMemory[ID <: Identifier[_], E <: Entity[ID]] extends SyncRepository[ID, E] with SyncEntityReadableByIterable[ID, E]

    Permalink

    オンメモリリポジトリを表すトレイト。

    オンメモリリポジトリを表すトレイト。

    ID

    エンティティの識別子の型

    E

    エンティティの型

  4. trait SyncRepositoryOnMemorySupport[ID <: Identifier[_], E <: Entity[ID] with Ordered[E]] extends SyncRepositoryOnMemory[ID, E]

    Permalink

    オンメモリで動作する不変リポジトリの実装。

    オンメモリで動作する不変リポジトリの実装。

    ID

    エンティティの識別子の型

    E

    エンティティの型

  5. trait SyncRepositoryOnMemorySupportAsChunk[ID <: Identifier[_], E <: Entity[ID] with EntityCloneable[ID, E] with Ordered[E]] extends SyncEntityReadableAsChunk[ID, E]

    Permalink

    SyncRepositoryOnMemorySupportEntitiesChunkための機能を追加するトレイト。

    SyncRepositoryOnMemorySupportEntitiesChunkための機能を追加するトレイト。

    ID

    エンティティの識別子の型

    E

    エンティティの型

  6. trait SyncRepositoryOnMemorySupportAsOption[ID <: Identifier[_], E <: Entity[ID] with EntityCloneable[ID, E] with Ordered[E]] extends SyncEntityReadableAsOption[ID, E]

    Permalink

    SyncRepositoryOnMemorySupportにOption型のサポートを追加するトレイト。

    SyncRepositoryOnMemorySupportにOption型のサポートを追加するトレイト。

    ID

    エンティティの識別子の型

    E

    エンティティの型

  7. trait SyncRepositoryOnMemorySupportAsPredicate[ID <: Identifier[_], E <: Entity[ID] with EntityCloneable[ID, E] with Ordered[E]] extends SyncEntityReadableAsPredicate[ID, E]

    Permalink

    SyncRepositoryOnMemorySupportSyncEntityReadableAsPredicateのための機能を追加するトレイト。

    SyncRepositoryOnMemorySupportSyncEntityReadableAsPredicateのための機能を追加するトレイト。

    ID

    エンティティの識別子の型

    E

    エンティティの型

Value Members

  1. object GenericSyncRepositoryOnMemory

    Permalink

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

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

    Annotations
    @JSExportTopLevel( ... )

Ungrouped