@Target(allowedTargets = [AnnotationTarget.PROPERTY])
annotation class NodeRelationship(val type: String, val direction: Direction)

Used to mark manually handled node relationships Must only be used on delegated properties with a delegate of type NodePropertyDelegate or NodeSetPropertyDelegate

Parameters

type

the associated relationship type in the database

direction

the direction of the relationship

Properties

Link copied to clipboard
Link copied to clipboard