Uses of Class
io.fluxcapacitor.common.api.modeling.Relationship
Packages that use Relationship
Package
Description
-
Uses of Relationship in io.fluxcapacitor.javaclient.modeling
Methods in io.fluxcapacitor.javaclient.modeling that return types with arguments of type RelationshipModifier and TypeMethodDescriptiondefault Set
<Relationship> Entity.associations
(Entity<?> previous) Determines the set of new associations (relationships) that are present in the current entity but not in the provided previous entity.default Set
<Relationship> Entity.dissociations
(Entity<?> previous) Identifies and returns the set of relationships that are dissociated when compared to the relationships of the given previous entity.default Set
<Relationship> Entity.relationships()
Retrieves the set of relationships between the aggregate root and all its entities. -
Uses of Relationship in io.fluxcapacitor.javaclient.persisting.eventsourcing.client
Methods in io.fluxcapacitor.javaclient.persisting.eventsourcing.client that return types with arguments of type RelationshipModifier and TypeMethodDescriptionEventStoreClient.getRelationships
(GetRelationships request) Gets relationships based on aGetRelationships
request.default List
<Relationship> EventStoreClient.getRelationships
(String entityId) Gets relationships for the given entity.InMemoryEventStore.getRelationships
(GetRelationships request) WebSocketEventStoreClient.getRelationships
(GetRelationships request) Retrieves all relationships for a given entity, using aGetRelationships
request.