Uses of Class
io.fluxzero.sdk.modeling.Id
Packages that use Id
Package
Description
-
Uses of Id in io.fluxzero.sdk
Methods in io.fluxzero.sdk with type parameters of type IdModifier and TypeMethodDescriptionstatic <T extends Id<?>>
TFluxzero.generateId(Class<T> idClass) Generates a strongly typed ID of givenidClassusing the currentIdentityProvider.Methods in io.fluxzero.sdk with parameters of type IdModifier and TypeMethodDescriptionstatic <T> Optional<T> Fluxzero.getDocument(Id<T> id) Fetches a document by id using the associated type to determine the collection.static booleanFluxzero.hasDocument(Id<?> id) Checks whether a document exists for the given identifier and its associated type.static <T> Entity<T> Fluxzero.loadAggregate(Id<T> aggregateId) Loads the aggregate root of type<T>with given aggregateId.static <T> Entity<T> Fluxzero.loadEntity(Id<T> entityId) Loads the entity with given id.static <T> TFluxzero.loadEntityValue(Id<T> entityId) Loads the current entity value for given entity id. -
Uses of Id in io.fluxzero.sdk.modeling
Classes in io.fluxzero.sdk.modeling that implement interfaces with type arguments of type IdModifier and TypeClassDescriptionclassId<T>Object that represents the identifier of a specific entity.Methods in io.fluxzero.sdk.modeling with parameters of type Id -
Uses of Id in io.fluxzero.sdk.persisting.repository
Methods in io.fluxzero.sdk.persisting.repository with parameters of type IdModifier and TypeMethodDescriptiondefault <T> Entity<T> Load an aggregate by a typed identifier.default CompletableFuture<Void> AggregateRepository.repairRelationships(Id<?> aggregateId) Repairs the relationships of the aggregate corresponding to the given typed ID. -
Uses of Id in io.fluxzero.sdk.persisting.search
Methods in io.fluxzero.sdk.persisting.search with parameters of type IdModifier and TypeMethodDescriptiondefault <T> Optional<T> DocumentStore.fetchDocument(Id<T> id) Fetches a document by id using the associated type to determine the collection.default booleanDocumentStore.hasDocument(Id<?> id) Checks whether a document exists for the given identifier and its associated type.