GraphRelationshipPersister

Functions

Link copied to clipboard

Persist all successfully projected relationships from the results.

Persist a list of projected relationships.

Link copied to clipboard
abstract fun persistRelationship(relationship: ProjectedRelationship)

Persist a single projected relationship.

Link copied to clipboard
abstract fun projectAndPersist(propositions: List<Proposition>, graphProjector: GraphProjector, schema: <Error class: unknown class>): <Error class: unknown class><ProjectionResults<ProjectedRelationship>, RelationshipPersistenceResult>

Project propositions and persist the resulting relationships in one operation.

Link copied to clipboard

Synthesize descriptions for entity-pair relationships and update the edges. Default implementation is a no-op for implementations that don't support synthesis.