@JvmName(name = "loadNodeSet")
inline fun <S : T & Any, V : Node> load(property: KProperty1<S, LazyLoadingDelegate<V, NodeSetPropertyDelegate.NodeSetProperty>>, noinline subGenerator: LazyLoadingSubqueryGenerator<V>.() -> Unit? = null)

Load a specific node set property

Parameters

property

the property to load

subGenerator

specifies which nested properties to load


@JvmName(name = "loadNode")
inline fun <S : T & Any, V : Node?> load(property: KProperty1<S, LazyLoadingDelegate<V, NodePropertyDelegate.NodeProperty>>, noinline subGenerator: LazyLoadingSubqueryGenerator<V>.() -> Unit? = null)

Load a specific node property

Parameters

property

the property to load

subGenerator

specifies which nested properties to load