package dddbase
Type Members
- trait Aggregate extends AnyRef
- trait AggregateIO[M[_]] extends AnyRef
- trait AggregateId extends AnyRef
- trait AggregateLongId extends AggregateId
- trait AggregateMultiHardDeletable[M[_]] extends AnyRef
- trait AggregateMultiReader[M[_]] extends AggregateIO[M]
- trait AggregateMultiSoftDeletable[M[_]] extends AnyRef
- trait AggregateMultiWriter[M[_]] extends AggregateIO[M]
- case class AggregateNotFoundException(id: AggregateId) extends Exception with Product with Serializable
- trait AggregateSingleHardDeletable[M[_]] extends AnyRef
- trait AggregateSingleReader[M[_]] extends AggregateIO[M]
- trait AggregateSingleSoftDeletable[M[_]] extends AnyRef
- trait AggregateSingleWriter[M[_]] extends AggregateIO[M]
- trait AggregateStringId extends AggregateId