Uses of Interface
org.axonframework.modelling.configuration.StateBasedEntityModule.RepositoryPhase
Packages that use StateBasedEntityModule.RepositoryPhase
-
Uses of StateBasedEntityModule.RepositoryPhase in org.axonframework.modelling.configuration
Methods in org.axonframework.modelling.configuration that return StateBasedEntityModule.RepositoryPhaseModifier and TypeMethodDescriptionstatic <ID,E> StateBasedEntityModule.RepositoryPhase <ID, E> StateBasedEntityModule.declarative(Class<ID> idType, Class<E> entityType) Starts the builder for a state-based entity with the givenentityTypeandidType.