Uses of Class
io.fluxzero.sdk.modeling.Id
Packages that use Id
-
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> 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
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.