package dddbase

Type Members

  1. trait Aggregate extends AnyRef
  2. trait AggregateAllReader[M[_]] extends AggregateIO[M]
  3. trait AggregateIO[M[_]] extends AnyRef
  4. trait AggregateId extends AnyRef
  5. trait AggregateLongId extends AggregateId
  6. trait AggregateMultiHardDeletable[M[_]] extends AnyRef
  7. trait AggregateMultiReader[M[_]] extends AggregateIO[M]
  8. trait AggregateMultiSoftDeletable[M[_]] extends AnyRef
  9. trait AggregateMultiWriter[M[_]] extends AggregateIO[M]
  10. case class AggregateNotFoundException(id: AggregateId) extends Exception with Product with Serializable
  11. trait AggregateSingleHardDeletable[M[_]] extends AnyRef
  12. trait AggregateSingleReader[M[_]] extends AggregateIO[M]
  13. trait AggregateSingleSoftDeletable[M[_]] extends AnyRef
  14. trait AggregateSingleWriter[M[_]] extends AggregateIO[M]
  15. trait AggregateStringId extends AggregateId

Ungrouped