Uses of Class
io.fluxzero.common.api.modeling.Relationship
Packages that use Relationship
-
Uses of Relationship in io.fluxzero.sdk.modeling
Methods in io.fluxzero.sdk.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.fluxzero.sdk.persisting.eventsourcing.client
Methods in io.fluxzero.sdk.persisting.eventsourcing.client that return types with arguments of type RelationshipModifier and TypeMethodDescriptionEventStoreClient.getRelationships(GetRelationships request) Gets relationships based on aGetRelationshipsrequest.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 aGetRelationshipsrequest.