Uses of Class
io.fluxzero.sdk.modeling.ImmutableEntity
Packages that use ImmutableEntity
-
Uses of ImmutableEntity in io.fluxzero.sdk.modeling
Classes in io.fluxzero.sdk.modeling with type parameters of type ImmutableEntityModifier and TypeClassDescriptionstatic classImmutableEntity.ImmutableEntityBuilder<T, C extends ImmutableEntity<T>, B extends ImmutableEntity.ImmutableEntityBuilder<T,C, B>> Source-visible superclass for Lombok's generated persisted-root builders.Subclasses of ImmutableEntity in io.fluxzero.sdk.modelingModifier and TypeClassDescriptionclassImmutable representation of anAggregateRoot, extendingImmutableEntitywith additional metadata for event sourcing.classImmutable entity wrapper for one independently stored model revision.classShared immutable revision state of persisted Aggregate and Model roots.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.Constructors in io.fluxzero.sdk.modeling with parameters of type ImmutableEntityModifierConstructorDescriptionprotectedImmutableEntity(ImmutableEntity<T> source) Copies the persistent and runtime entity fields without copying lazily derived state.