schemaRelationshipCache
val schemaRelationshipCache: MutableMap<KClass<out Persistable>, Map<String, KProperty1<out Persistable, *>>>
A cache mapping classes of type Persistable to their respective properties.
A cache mapping classes of type Persistable to their respective properties.