IntSubQueryEntityClass

fun <out E : IntEntity> IntSubQueryEntityClass(    table: IdTable<Int>,     entityType: Class<E>? = null,     entityCtor: (EntityID<Int>) -> E? = null)