Uses of Class
org.axonframework.domain.AbstractAggregateIdentifier

Packages that use AbstractAggregateIdentifier
org.axonframework.domain The domain components of the Axon Framework, mainly the Aggregates and Events. 
 

Uses of AbstractAggregateIdentifier in org.axonframework.domain
 

Subclasses of AbstractAggregateIdentifier in org.axonframework.domain
 class StringAggregateIdentifier
          Aggregate identifier implementation that requires a String as the actual backing identifier value.
 class UUIDAggregateIdentifier
          Implementation of an AggregateIdentifier that uses a UUID as backing identifier.
 



Copyright © 2011. All Rights Reserved.