KNullableEmbeddedPropExpression

Functions

Link copied to clipboard
abstract fun <V : EmbeddableDto<T>> fetch(valueType: KClass<V>): Selection<V?>
abstract fun fetch(fetcher: Fetcher<T>?): Selection<T?>
Link copied to clipboard
abstract override fun <X : Any> get(prop: KProperty1<T, X?>): KNullablePropExpression<X>
abstract override fun <X : Any> get(prop: ImmutableProp): KNullablePropExpression<X>