class PropertyOrderPart<T : Node>(val property: KProperty<*>, val neo4jPropertyName: String) : OrderPart<T>

OrderPart defined by a KProperty

Parameters

property

defines the part, provides a name and used for getValue

neo4jPropertyName

name of the property on the database node

Constructors

Link copied to clipboard
constructor(property: KProperty<*>, neo4jPropertyName: String)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
private val property: KProperty<*>

Functions

Link copied to clipboard
open override fun getExpression(node: SymbolicName): Expression

Gets the expression for the property on the database node