Uses of Class
org.axonframework.domain.IdentifierFactory

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

Uses of IdentifierFactory in org.axonframework.domain
 

Subclasses of IdentifierFactory in org.axonframework.domain
 class DefaultIdentifierFactory
          Default IdentifierFactory implementation that uses generates random java.util.UUID based identifiers.
 

Methods in org.axonframework.domain that return IdentifierFactory
static IdentifierFactory IdentifierFactory.getInstance()
          Returns an instance of the IdentifierFactory discovered on the classpath.
 



Copyright © 2010-2016. All Rights Reserved.