findByContextIdValue

open fun findByContextIdValue(contextIdValue: String): List<Proposition>

Java-friendly variant of findByContextId that accepts a plain string.

The default filters findAll directly — it does NOT delegate back to findByContextId, which previously caused a StackOverflowError when neither method was overridden and the repository was wrapped in a by delegate decorator. Override findByContextId for efficient backend-level filtering.