Package io.fluxzero.sdk.modeling
package io.fluxzero.sdk.modeling
-
ClassDescriptionMarks a class as the root of a legacy aggregate in the domain model.Controls when aggregate changes are committed and whether multiple commits in the same completion phase may run concurrently.Controls how events published from an aggregate are assigned to a message segment.Represents the root of a legacy aggregate in a domain model.Marks a property whose current value is an alternative identifier for an entity or independently stored model.A single child entity replacement within an
AnnotatedEntityHolder.Represents an event that has been applied to an aggregate along with its intended publication strategy.Annotation to mark methods or fields that assert whether a command or query is legal, given the current state of an aggregate.Controls whether model applies may be exposed as an automatic command handler.A batching wrapper forHandlerRepositorythat delays persistence operations until the end of the current message batch.Internal reconstructing event stored for models deleted through an owningParentrelationship.One fully resolved immutable model mutation outcome consumed by commit preparation.Internal state of one model commit attempt, from its loaded begin-state through ordered changes and completion.One ordered mutation journal entry.Common timing characteristics exposed by aggregate and independent-model commit policies.TheDefaultEntityHelperprovides the default implementation of theEntityHelperinterface.Decorates aDeserializingMessagewith an associated entity.Wraps a message and its corresponding entity for use in interception or handler invocation.Default implementation ofHandlerRepository, backed by aDocumentStore.A base implementation ofEntitythat forwards all method calls to a delegatedEntityinstance.Framework event that durably replays directGraph.update(java.util.function.UnaryOperator)andGraph.delete()changes.One exact model stream and its resulting serialized value.Configures the direct current-state document maintained by aModelwhosepersistencestores a document.Entity<T>Represents an entity that encapsulates domain behavior and state.Strategy interface for handling domain entity operations such as applying updates, validating state transitions, and intercepting updates.Marks a property (field or getter) as the unique identifier of an entity or independently stored model.Cached structural metadata for an entity, persisted root, or type containing model handlers.A centrally cached structural graph-projection root consumed by repository commits.Model-aware handler descriptor.A model value,Entity<Model>,Graph<Model>or ordered graph collection parameter needed by a handler.One outgoing parent relationship declared by a child model.One resolved outgoing relationship, shared by Graph, batch, replay and commit consumers.Cached property metadata with a compiled reader.Aggregate-neutral persistence settings of an explicitly annotated root.Shared immutable snapshot trigger and retention settings for Aggregate and Model roots.Storage-neutral effects of one resolved transition.Shared resolved policy for one Aggregate or Model transition.Resolves handler method parameters that reference anEntityor the entity's value.Marker for handler-selection contexts where anEntityparameter should only be matched from message metadata.Controls whether an applied update should result in event publication.Strategy for controlling how applied updates (typically from@Applymethods) are handled in terms of event storage, event publication, and model or aggregate state updates.Graph<T>A typed view of one independently stored model and its lazily available relationship context.Optional caller-imposed graph reconstruction limits.Decorates event and notification handlers that observe complete graph changes.Defines how a typed graph lookup resolves multiple matches for one functional identifier or alias.Replaces one canonicalParent.pathInParent()only inside a materialized graph projection.Configures an asynchronous materialized search document containing a complete model graph.Controls whether command-result completion waits for affected materialized model-graph documents.Adds a property derived from relationship context when aGraphis serialized.Construction boundary for the single indexedGraphimplementation.One reachable parent identity in deterministic traversal order.Description of one placement in a materialized graph manifest.Repository interface for storing and retrieving@Statefulhandler instances.Represents an object, typically a message used for invocation, that has an associatedEntity.Id<T>Object that represents the identifier of a specific entity.Deserializes concreteIdsubtypes from their scalarId.functionalIdrepresentation.Immutable representation of anAggregateRoot, extendingImmutableEntitywith additional metadata for event sourcing.ImmutableAggregateRoot.ImmutableAggregateRootBuilder<T, C extends ImmutableAggregateRoot<T>, B extends ImmutableAggregateRoot.ImmutableAggregateRootBuilder<T,C, B>> Keeps the pre-unification builder method descriptors for compiled Aggregate consumers.Immutable implementation of theEntityinterface, representing a snapshot of a domain entity.ImmutableEntity.ImmutableEntityBuilder<T, C extends ImmutableEntity<T>, B extends ImmutableEntity.ImmutableEntityBuilder<T,C, B>> Source-visible superclass for Lombok's generated persisted-root builders.Immutable entity wrapper for one independently stored model revision.Shared immutable revision state of persisted Aggregate and Model roots.ImmutableRoot.ImmutableRootBuilder<T, C extends ImmutableRoot<T>, B extends ImmutableRoot.ImmutableRootBuilder<T,C, B>> Source-visible builder owner shared by Aggregate and Model roots.A lazily-loaded implementation ofAggregateRootthat defers deserialization and event application until the entity value is explicitly accessed.Indicates that the annotated field or getter represents a nested entity or collection of entities within an aggregate, independently stored model, or stateful handler.Marks an independently identified and stored domain model.One message-batch-local model scope for read-your-writes, exact dependencies and commit release.Default SDK error when a rolled-back model commit conflict is not retried.Registration and dispatch facade for independent-model handlers.Controls when an automatic independent-model commit starts and when its completion is awaited.Decides what the SDK should do after the runtime has rejected and rolled back a model commit.Immutable conflict context supplied after runtime rollback.Resolver outcome.Defines the durable representation and authoritative load path of aModel.Sole executor for the immutable handler and target knowledge inMutationPlan.ModelRoot<T>Root wrapper for an independently persistedModelrevision.A mutable, statefulAggregateRootimplementation that allows in-place updates and applies events with commit support for persisting the state and synchronizing it with the Fluxzero Runtime.A mutable view on a nested entity within aModifiableAggregateRoot.Registered and compiled knowledge for one reachable model mutation payload.Required state access for one resolved model.Read-only dependency resolved through temporal parent relations.Compiles immutable definition data with application-specific parameter resolvers.Runtime-selected write target among already loaded candidates.Resolved direct targets, deferred writes and ancestor dependencies.One direct model load required by the selected handlers.Precompiled target-ID readers for one payload type.NoOpEntity<T>A read-only, inertEntitywrapper used exclusively during the loading phase of aggregate state.Declares that a model property contains the ID of a parent model.Shared revision contract for an independently persisted Aggregate or Model root.Represents configuration options extracted from the@Searchableannotation on a domain type.A functional, non-persistentEntitywrapper that enables safe state mutation and validation without producing side effects such as event publication or snapshot creation.