c

com.eiipii.esddd.eventsourcing.eventstore.sql

EventStoreSqlReadOnlyReadTransaction

class EventStoreSqlReadOnlyReadTransaction[D <: DomainCoreModel] extends EventStoreReadTransaction[D] with VersionedSqlTransaction with SqlExceptionMappingLogic

Linear Supertypes
SqlExceptionMappingLogic, VersionedSqlTransaction, EventStoreReadTransaction[D], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. EventStoreSqlReadOnlyReadTransaction
  2. SqlExceptionMappingLogic
  3. VersionedSqlTransaction
  4. EventStoreReadTransaction
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new EventStoreSqlReadOnlyReadTransaction(db: DB, cacheRef: InternalCacheStateVersion[D], schema: EventSerializationSchema[D], equalityRelation: DomainEqualityRelations[D], ddlDialect: EventStoreSqlDDL)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. val cacheRef: InternalCacheStateVersion[D]
  6. def calculateAggregateVersions(aggregates: Set[D.Aggregate]): \/[EventSourceCommandFailure, Map[D.Aggregate, Long]]
    Definition Classes
    EventStoreSqlReadOnlyReadTransaction → EventStoreReadTransaction
  7. def calculateConstraintVersions(constraints: Set[D.ConstraintScope]): \/[EventSourceCommandFailure, Map[D.ConstraintScope, Long]]
    Definition Classes
    EventStoreSqlReadOnlyReadTransaction → EventStoreReadTransaction
  8. def calculateEventStoreVersion(): EventStoreVersion
    Definition Classes
    EventStoreSqlReadOnlyReadTransaction → EventStoreReadTransaction
  9. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. val db: DB
  11. val ddlDialect: EventStoreSqlDDL
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. val equalityRelation: DomainEqualityRelations[D]
  14. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  15. lazy val eventStoreVersion: EventStoreVersion
    Definition Classes
    VersionedSqlTransaction
  16. def extractEventRange(range: EventStoreRange): Seq[D.Event]
    Definition Classes
    EventStoreSqlReadOnlyReadTransaction → EventStoreReadTransaction
  17. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  18. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  19. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. def loadEventsForAggregate(aggregate: D.Aggregate, range: EventStoreRange, nrOfEvents: Int): AggregateEventRangeView[D]
    Definition Classes
    EventStoreSqlReadOnlyReadTransaction → EventStoreReadTransaction
  22. def mapException(sqlException: SQLException, duplicatedKeyCase: Option[EventSourceCommandFailure] = None): EventSourceCommandFailure
    Definition Classes
    SqlExceptionMappingLogic
  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. lazy val projectionState: D.State
    Definition Classes
    EventStoreSqlReadOnlyReadTransaction → EventStoreReadTransaction
  27. val schema: EventSerializationSchema[D]
  28. val sqlStateDeadLockState: String
    Definition Classes
    SqlExceptionMappingLogic
  29. val sqlStateDuplicateKeyViolationState: String
    Definition Classes
    SqlExceptionMappingLogic
  30. val sqlStateDuplicateKeyViolationStateMySQL: String
    Definition Classes
    SqlExceptionMappingLogic
  31. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  32. def toString(): String
    Definition Classes
    AnyRef → Any
  33. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from SqlExceptionMappingLogic

Inherited from VersionedSqlTransaction

Inherited from EventStoreReadTransaction[D]

Inherited from AnyRef

Inherited from Any

Ungrouped