Toggle navigation
Home
org.axonframework.eventstore.mongo.StubAggregateRoot to java.util.List<org.axonframework.eventsourcing.DomainEventMessage<?>>
No. of Instances - 6
No. of Commits - 1
No. of Projects - {'AxonFramework'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: Internal -> Jdk
Mapping:
Cascading Type Change (Different)
StubAggregateRoot
to
ArrayList<>
StubAggregateRoot
to
ArrayList<>
StubAggregateRoot
to
ArrayList<>
StubAggregateRoot
to
ArrayList<>
Add or Remove Method invocation
aggregate1.getRegisteredEventCount()
to
aggregate1.size()
aggregate1.getRegisteredEventCount()
to
aggregate1.size()
aggregate1.getRegisteredEvents()
to
aggregate1.subList(0,8)
aggregate1.createSnapshotEvent()
to
aggregate1.get(8)
aggregate1.getRegisteredEvents()
to
aggregate1.get(9)
aggregate1.getRegisteredEventCount()
to
aggregate1.size()
aggregate1.getRegisteredEventCount()
to
aggregate1.size()
aggregate1.getRegisteredEventCount()
to
aggregate1.size()
aggregate1.getRegisteredEvents()
to
aggregate1.subList(0,8)
aggregate1.createSnapshotEvent()
to
aggregate1.get(8)
aggregate1.getRegisteredEvents()
to
aggregate1.get(9)
aggregate1.getRegisteredEvents()
to
aggregate1.subList(0,8)
aggregate1.createSnapshotEvent()
to
aggregate1.get(8)
aggregate1.getRegisteredEvents()
to
aggregate1.get(9)
aggregate1.getRegisteredEvents()
to
aggregate1.subList(0,8)
aggregate1.createSnapshotEvent()
to
aggregate1.get(8)
aggregate1.getRegisteredEvents()
to
aggregate1.get(9)
aggregate1.getRegisteredEvents()
to
aggregate1.subList(0,6)
aggregate1.createSnapshotEvent()
to
aggregate1.get(6)
aggregate1.getRegisteredEvents()
to
aggregate1.subList(7,8)
aggregate1.createSnapshotEvent()
to
aggregate1.get(8)
aggregate1.getRegisteredEvents()
to
aggregate1.get(9)
aggregate1.getRegisteredEventCount()
to
aggregate1.size()
aggregate1.getRegisteredEventCount()
to
aggregate1.size()
aggregate1.getRegisteredEventCount()
to
aggregate1.size()
aggregate1.getRegisteredEvents()
to
aggregate1.subList(0,8)
aggregate1.createSnapshotEvent()
to
aggregate1.get(8)
aggregate1.getRegisteredEvents()
to
aggregate1.get(9)
aggregate1.getRegisteredEvents()
to
aggregate1.subList(0,6)
aggregate1.createSnapshotEvent()
to
aggregate1.get(6)
aggregate1.getRegisteredEvents()
to
aggregate1.subList(7,8)
aggregate1.createSnapshotEvent()
to
aggregate1.get(8)
aggregate1.getRegisteredEvents()
to
aggregate1.get(9)
aggregate2.getRegisteredEvents()
to
aggregate2