package dddbase

Type Members

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

Ungrouped