org.sisioh.dddbase.lifecycle.forwarding.sync.wrapped

SyncWrappedAsyncRepository

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

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

ID

識別子の型

E

エンティティの型

Linear Supertypes
SyncRepository[ID, E], Repository[ID, E, Try], SyncWrappedAsyncEntityWriter[ID, E], SyncEntityWriter[ID, E], EntityWriter[ID, E, Try], SyncWrappedAsyncEntityReader[ID, E], SyncWrappedAsyncEntityIO, SyncEntityIO, SyncEntityReader[ID, E], EntityReader[ID, E, Try], EntityIO[Try], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. SyncWrappedAsyncRepository
  2. SyncRepository
  3. Repository
  4. SyncWrappedAsyncEntityWriter
  5. SyncEntityWriter
  6. EntityWriter
  7. SyncWrappedAsyncEntityReader
  8. SyncWrappedAsyncEntityIO
  9. SyncEntityIO
  10. SyncEntityReader
  11. EntityReader
  12. EntityIO
  13. AnyRef
  14. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. type Ctx = EntityIOContext[Try]

    Definition Classes
    EntityIO
  2. abstract type Delegate <: AsyncRepository[ID, E]

  3. type Result = SyncResultWithEntity[This, ID, E]

    Definition Classes
    SyncEntityWriter → EntityWriter
  4. type Results = SyncResultWithEntities[This, ID, E]

    Definition Classes
    SyncEntityWriter → EntityWriter
  5. abstract type This <: SyncRepository[ID, E]

    Definition Classes
    SyncRepository → SyncEntityWriter → Repository → EntityWriter

Abstract Value Members

  1. abstract def createInstance(state: (Delegate.This, Option[E])): (This, Option[E])

    Attributes
    protected
    Definition Classes
    SyncWrappedAsyncEntityWriter
  2. abstract val delegate: Delegate

    デリゲート。

    デリゲート。

    Attributes
    protected
    Definition Classes
    SyncWrappedAsyncEntityWriter
  3. abstract val timeout: Duration

    Attributes
    protected
    Definition Classes
    SyncWrappedAsyncEntityWriter

Concrete Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. def apply(identifier: ID)(implicit ctx: Ctx): Try[E]

    Definition Classes
    EntityReader
  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def deleteBy(identifier: ID)(implicit ctx: Ctx): Try[Result]

    Definition Classes
    SyncWrappedAsyncEntityWriter → EntityWriter
  10. def deleteByMulti(identifiers: ID*)(implicit ctx: Ctx): Try[Results]

    Definition Classes
    EntityWriter
  11. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  13. def exist(entity: E)(implicit ctx: Ctx): Try[Boolean]

    Definition Classes
    EntityReader
  14. def existBy(identifier: ID)(implicit ctx: Ctx): Try[Boolean]

    Definition Classes
    SyncWrappedAsyncEntityReader → EntityReader
  15. def existByMulti(identifiers: ID*)(implicit ctx: Ctx): Try[Boolean]

    Definition Classes
    EntityReader
  16. def existMulti(entities: E*)(implicit ctx: Ctx): Try[Boolean]

    Definition Classes
    EntityReader
  17. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  18. def getAsyncEntityIOContext(ctx: Ctx): AsyncEntityIOContext

    EntityIOContextから AsyncEntityIOContextを取得する。

    EntityIOContextから AsyncEntityIOContextを取得する。

    ctx

    EntityIOContext

    returns

    AsyncEntityIOContext

    Attributes
    protected
    Definition Classes
    SyncWrappedAsyncEntityIO
  19. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  20. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  21. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  22. def mapValues[A, R](values: Try[A])(f: (A) ⇒ R)(implicit ctx: Ctx): Try[R]

    Attributes
    protected
    Definition Classes
    SyncEntityReader → EntityReader
  23. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  24. final def notify(): Unit

    Definition Classes
    AnyRef
  25. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  26. def resolveBy(identifier: ID)(implicit ctx: Ctx): Try[E]

    Definition Classes
    SyncWrappedAsyncEntityReader → EntityReader
  27. def resolveByMulti(identifiers: ID*)(implicit ctx: Ctx): Try[Seq[E]]

    Definition Classes
    EntityReader
  28. def store(entity: E)(implicit ctx: Ctx): Try[Result]

    Definition Classes
    SyncWrappedAsyncEntityWriter → EntityWriter
  29. def storeMulti(entities: E*)(implicit ctx: Ctx): Try[Results]

    Definition Classes
    EntityWriter
  30. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  31. def toString(): String

    Definition Classes
    AnyRef → Any
  32. def traverse[A, R](values: Seq[A], forceSuccess: Boolean)(f: (A) ⇒ Try[R])(implicit ctx: Ctx): Try[Seq[R]]

    Attributes
    protected
    Definition Classes
    SyncEntityReader → EntityReader
  33. def traverseWithThis[A](values: Seq[A])(processor: (This, A) ⇒ Try[Result])(implicit ctx: Ctx): Try[Results]

    Attributes
    protected
    Definition Classes
    SyncEntityWriter → EntityWriter
  34. def traverseWithoutFailures[A, R](values: Seq[A])(f: (A) ⇒ Try[R])(implicit ctx: Ctx): Try[Seq[R]]

    Attributes
    protected
    Definition Classes
    EntityReader
  35. def update(identifier: ID, entity: E)(implicit ctx: Ctx): Try[Result]

    Definition Classes
    EntityWriter
  36. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from SyncRepository[ID, E]

Inherited from Repository[ID, E, Try]

Inherited from SyncWrappedAsyncEntityWriter[ID, E]

Inherited from SyncEntityWriter[ID, E]

Inherited from EntityWriter[ID, E, Try]

Inherited from SyncWrappedAsyncEntityReader[ID, E]

Inherited from SyncWrappedAsyncEntityIO

Inherited from SyncEntityIO

Inherited from SyncEntityReader[ID, E]

Inherited from EntityReader[ID, E, Try]

Inherited from EntityIO[Try]

Inherited from AnyRef

Inherited from Any

Ungrouped