Uses of Interface
com.reallifedeveloper.common.domain.DomainEntity
Packages that use DomainEntity
Package
Description
Support classes and interfaces for creating and documenting domain-driven designs.
-
Uses of DomainEntity in com.reallifedeveloper.common.domain
Classes in com.reallifedeveloper.common.domain with type parameters of type DomainEntityModifier and TypeInterfaceDescriptioninterfaceAggregateRoot<T extends DomainEntity<T,?>> A domain-driven design aggregate root.