Uses of Class
io.fluxcapacitor.javaclient.modeling.Id
Packages that use Id
-
Uses of Id in io.fluxcapacitor.javaclient
Methods in io.fluxcapacitor.javaclient with parameters of type IdModifier and TypeMethodDescriptionstatic <T> Entity<T>FluxCapacitor.loadAggregate(Id<T> aggregateId) Loads the aggregate root of type<T>with given aggregateId.static <T> Entity<T>FluxCapacitor.loadEntity(Id<T> entityId) Loads the entity with given id.static <T> Optional<T>FluxCapacitor.loadEntityValue(Id<T> entityId) Loads the current entity value for given entity id. -
Uses of Id in io.fluxcapacitor.javaclient.persisting.repository
Methods in io.fluxcapacitor.javaclient.persisting.repository with parameters of type IdModifier and TypeMethodDescriptiondefault <T> Entity<T>default CompletableFuture<Void>AggregateRepository.repairRelationships(Id<?> aggregateId)