Uses of Package
io.fluxzero.sdk.modeling
Packages that use io.fluxzero.sdk.modeling
Package
Description
-
Classes in io.fluxzero.sdk.modeling used by io.fluxzero.sdk
-
Classes in io.fluxzero.sdk.modeling used by io.fluxzero.sdk.commonClassDescriptionRepresents configuration options extracted from the
@Searchableannotation on a domain type. -
Classes in io.fluxzero.sdk.modeling used by io.fluxzero.sdk.configurationClassDescriptionRepository interface for storing and retrieving
@Statefulhandler instances. -
Classes in io.fluxzero.sdk.modeling used by io.fluxzero.sdk.modelingClassDescriptionMarks a class as the root of an aggregate in the domain model.Represents the root of an aggregate in a domain model.Represents an event that has been applied to an aggregate along with its intended publication strategy.Represents a buffered update to a handler instance (either index or delete).Wraps a message and its corresponding entity for use in interception or handler invocation.A base implementation of
Entitythat forwards all method calls to a delegatedEntityinstance.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.Controls whether an applied update should result in event publication.Strategy for controlling how applied updates (typically from@Applymethods) are handled in terms of storage and publication.Repository interface for storing and retrieving@Statefulhandler instances.Represents an object, typically a message used for invocation, that has an associatedEntity.Object that represents the identifier of a specific entity.Immutable representation of anAggregateRoot, extendingImmutableEntitywith additional metadata for event sourcing.Immutable implementation of theEntityinterface, representing a snapshot of a domain entity.A lazily-loaded implementation ofAggregateRootthat defers deserialization and event application until the entity value is explicitly accessed.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 read-only, inertEntitywrapper used exclusively during the loading phase of aggregate state.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. -
Classes in io.fluxzero.sdk.modeling used by io.fluxzero.sdk.persisting.eventsourcingClassDescriptionRepresents an event that has been applied to an aggregate along with its intended publication strategy.Represents an entity that encapsulates domain behavior and state.Strategy for controlling how applied updates (typically from
@Applymethods) are handled in terms of storage and publication. -
Classes in io.fluxzero.sdk.modeling used by io.fluxzero.sdk.persisting.repositoryClassDescriptionRepresents an event that has been applied to an aggregate along with its intended publication strategy.Represents an entity that encapsulates domain behavior and state.Object that represents the identifier of a specific entity.
-
Classes in io.fluxzero.sdk.modeling used by io.fluxzero.sdk.persisting.search
-
Classes in io.fluxzero.sdk.modeling used by io.fluxzero.sdk.tracking.handlingClassDescriptionRepository interface for storing and retrieving
@Statefulhandler instances.