Uses of Interface
com.totvs.tjf.core.common.domain.DomainObject
-
Packages that use DomainObject Package Description com.totvs.tjf.core.common.domain -
-
Uses of DomainObject in com.totvs.tjf.core.common.domain
Subinterfaces of DomainObject in com.totvs.tjf.core.common.domain Modifier and Type Interface Description interfaceConcurrentDomainObjectinterfaceDomainEventInterface for domain events.interfaceIdentifiableDomainObject<K extends Serializable>Interface for domain object unique.interfaceValueObjectInterface for value objects.Classes in com.totvs.tjf.core.common.domain that implement DomainObject Modifier and Type Class Description classAbstractDomainAggregate<K extends DomainObjectId<?>>Basic definition of an aggregate.classAbstractDomainEntity<K extends DomainObjectId<?>>Basic definition of an entity.classAbstractEntity<K extends DomainObjectId<?>>classDomainObjectId<T>Base class for valuables that are used as identifiers forIdentifiableDomainObjects.
-