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 type parameters of type IdModifier and TypeMethodDescriptionstatic <T extends Id<?>>
TFluxCapacitor.generateId
(Class<T> idClass) Generates a strongly typed ID of givenidClass
using the currentIdentityProvider
.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> 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> 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.