findById

abstract fun <M : Any> findById(type: KClass<M>, id: Any, isOpen: Boolean = false, vararg options: Options.Find): ModelCursor<M>