annotation class AggregationEntry(val property: String, val subclass: KClass<out Node> = Node::class)

Path entry for AggregatedNodeRelationship

Parameters

property

the property on the current node to use

subclass

optional subclass of the current class, if the selected property only is available on some subclasses

Properties

Link copied to clipboard
Link copied to clipboard
val subclass: KClass<out Node>