findByContextId

open override fun findByContextId(contextId: <Error class: unknown class>): List<Proposition>

Find propositions in the given context.

DB-backed repositories should override this method (not findByContextIdValue) to push the filter to the backend. The default forwards to findByContextIdValue.