OptionalReference
constructor(reference: Column<REF?>, factory: EntityClass<ID, Target>, references: Map<Column<*>, Column<*>>? = null)
Parameters
reference
The nullable reference column defined on the child entity's associated table.
factory
The EntityClass associated with the parent entity optionally referenced by the child entity.