Uses of Class
io.fluxzero.sdk.modeling.ImmutableEntity
Packages that use ImmutableEntity
-
Uses of ImmutableEntity in io.fluxzero.sdk.modeling
Subclasses of ImmutableEntity in io.fluxzero.sdk.modelingModifier and TypeClassDescriptionclassImmutable representation of anAggregateRoot, extendingImmutableEntitywith additional metadata for event sourcing.Methods in io.fluxzero.sdk.modeling that return ImmutableEntityModifier and TypeMethodDescriptionAnnotatedEntityHolder.getEntityByRoute(Entity<?> parent, String routeValue) Methods in io.fluxzero.sdk.modeling that return types with arguments of type ImmutableEntityModifier and TypeMethodDescriptionprotected Collection<? extends ImmutableEntity<?>> ImmutableEntity.computeEntities()List<? extends ImmutableEntity<?>> AnnotatedEntityHolder.getEntities(Entity<?> parent) Returns the set ofImmutableEntityinstances that are defined at the member location within the specified parent entity.