Hierarchy For Package com.reallifedeveloper.common.domain
Class Hierarchy
- java.lang.Object
- com.reallifedeveloper.common.domain.AbstractValueObject<T> (implements com.reallifedeveloper.common.domain.ValueObject<T>)
- com.reallifedeveloper.common.domain.ClockTimeService (implements com.reallifedeveloper.common.domain.TimeService)
- com.reallifedeveloper.common.domain.ErrorHandling
- com.reallifedeveloper.common.domain.LogUtil
Interface Hierarchy
- com.reallifedeveloper.common.domain.AggregateRoot<T>
- com.reallifedeveloper.common.domain.DomainObject<T>
- com.reallifedeveloper.common.domain.DomainEntity<T,
ID> - com.reallifedeveloper.common.domain.ValueObject<T>
- com.reallifedeveloper.common.domain.DomainEntity<T,
- com.reallifedeveloper.common.domain.ObjectSerializer<T>
- com.reallifedeveloper.common.domain.Repository<T,
ID> - com.reallifedeveloper.common.domain.TimeService