Searched refs:foreignKeyInputs (Results 1 – 1 of 1) sorted by relevance
74 val foreignKeyInputs: List<ForeignKeyInput> in <lambda>() constant81 foreignKeyInputs = extractForeignKeys(annotation) in <lambda>()84 foreignKeyInputs = emptyList() in <lambda>()127 val entityForeignKeys = validateAndCreateForeignKeyReferences(foreignKeyInputs, pojo) in <lambda>()178 private fun validateAndCreateForeignKeyReferences(foreignKeyInputs: List<ForeignKeyInput>, in <lambda>()180 return foreignKeyInputs.map { in <lambda>()