Uses of Interface
org.axonframework.modelling.configuration.StateBasedEntityModule.MessagingMetamodelPhase
Packages that use StateBasedEntityModule.MessagingMetamodelPhase
-
Uses of StateBasedEntityModule.MessagingMetamodelPhase in org.axonframework.modelling.configuration
Methods in org.axonframework.modelling.configuration that return StateBasedEntityModule.MessagingMetamodelPhaseModifier and TypeMethodDescriptionStateBasedEntityModule.PersisterPhase.persister(ComponentBuilder<SimpleRepositoryEntityPersister<ID, E>> persister) Registers the givenpersisteras a factory method for the state-based entity being built.StateBasedEntityModule.PersisterPhase.persister(SimpleRepositoryEntityPersister<ID, E> persister) Registers the givenpersisterfor the state-based entity being built.StateBasedEntityModule.RepositoryPhase.repository(ComponentBuilder<Repository<ID, E>> repository) Registers the givenrepositoryas a factory method for the state-based entity being built.StateBasedEntityModule.RepositoryPhase.repository(Repository<ID, E> repository) Registers the givenrepositoryfor the state-based entity being built.