Save Options DSL
Functions
Link copied to clipboard
abstract fun <X : Entity<*>> connection(prop: KProperty1<E, Connection<X>>, block: AssociatedObjSaveOptionsDSL<X>.() -> Unit)
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract fun keyProps(firstProp: KProperty1<E, *>, vararg moreProps: KProperty1<E, *>)
Content copied to clipboard
Link copied to clipboard
abstract fun <X : Entity<*>> list(prop: KProperty1<E, List<X>>, block: AssociatedObjSaveOptionsDSL<X>.() -> Unit)
Content copied to clipboard
Link copied to clipboard
abstract fun <X : Entity<*>> reference(prop: KProperty1<E, X?>, block: AssociatedObjSaveOptionsDSL<X>.() -> Unit)
Content copied to clipboard
Link copied to clipboard