Uses of Class
org.fuin.ddd4j.ddd.AggregateVersion
Packages that use AggregateVersion
-
Uses of AggregateVersion in org.fuin.ddd4j.ddd
Methods in org.fuin.ddd4j.ddd that return AggregateVersionModifier and TypeMethodDescriptionfinal AggregateVersionAbstractDomainEvent.getAggregateVersion()DomainEvent.getAggregateVersion()Returns the version of the aggregate the entity belongs to.final AggregateVersionAbstractAggregateRoot.getNextApplyVersion()AggregateRoot.getNextApplyVersion()Returns the next version useful when creating an event for being applied:
apply(new MyEvent( ...final AggregateVersionstatic AggregateVersionParses a version identifier.static AggregateVersionParses a version identifier.Methods in org.fuin.ddd4j.ddd that return types with arguments of type AggregateVersionModifier and TypeMethodDescriptionfinal Class<AggregateVersion>AggregateVersionConverter.getValueObjectClass()Methods in org.fuin.ddd4j.ddd with parameters of type AggregateVersionModifier and TypeMethodDescriptionfinal BUILDERAbstractDomainEvent.Builder.aggregateVersion(AggregateVersion aggregateVersion) Sets the aggregate version.final IntegerAggregateVersionConverter.fromVO(AggregateVersion value)