Uses of Class
io.fluxcapacitor.javaclient.modeling.ImmutableEntity
Packages that use ImmutableEntity
-
Uses of ImmutableEntity in io.fluxcapacitor.javaclient.modeling
Subclasses of ImmutableEntity in io.fluxcapacitor.javaclient.modelingModifier and TypeClassDescriptionclass
Immutable representation of anAggregateRoot
, extendingImmutableEntity
with additional metadata for event sourcing.Methods in io.fluxcapacitor.javaclient.modeling that return types with arguments of type ImmutableEntityModifier and TypeMethodDescriptionprotected Collection
<? extends ImmutableEntity<?>> ImmutableEntity.computeEntities()
Stream
<? extends ImmutableEntity<?>> AnnotatedEntityHolder.getEntities
(Entity<?> parent) Returns the set ofImmutableEntity
instances that are defined at the member location within the specified parent entity.