Uses of Class
org.fuin.ddd4j.ddd.AggregateVersion
-
Packages that use AggregateVersion Package Description org.fuin.ddd4j.ddd -
-
Uses of AggregateVersion in org.fuin.ddd4j.ddd
Methods in org.fuin.ddd4j.ddd that return AggregateVersion Modifier and Type Method Description AggregateVersionAbstractDomainEvent. getAggregateVersion()AggregateVersionDomainEvent. getAggregateVersion()Returns the version of the aggregate the entity belongs to.AggregateVersionAbstractAggregateRoot. getNextApplyVersion()AggregateVersionAggregateRoot. getNextApplyVersion()Returns the next version useful when creating an event for being applied:
apply(new MyEvent( ...AggregateVersionAggregateVersionConverter. toVO(Integer value)static AggregateVersionAggregateVersion. valueOf(Integer value)Parses a version identifier.static AggregateVersionAggregateVersion. valueOf(String value)Parses a version identifier.Methods in org.fuin.ddd4j.ddd that return types with arguments of type AggregateVersion Modifier and Type Method Description Class<AggregateVersion>AggregateVersionConverter. getValueObjectClass()Methods in org.fuin.ddd4j.ddd with parameters of type AggregateVersion Modifier and Type Method Description BUILDERAbstractDomainEvent.Builder. aggregateVersion(AggregateVersion aggregateVersion)Sets the aggregate version.IntegerAggregateVersionConverter. fromVO(AggregateVersion value)
-