問題タブ [spring-data-commons]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
java - spring-jpa - QueryByExampleExecutor の ExampleMatcher を使用して、ネストされたエンティティ ID の in 句に似たクエリを作成する
in 句と between 句を使用する必要があるクエリを作成するために、Spring ExampleMatcher を試していました。
AbcexternalName の in 句、Adid の equal 句、および Absequence フィールドの between 演算子に一致するクエリを作成する必要があります。
上記のシナリオを満たす ExampleMatcher を使用してクエリを作成することは可能ですか?
サンプル HQL :SELECT a FROM A a WHERE a.d.id = :subscriberId AND a.b.c.externalName IN :externalNames and a.b.sequence between (:startSequence, :endSequence)
助けてください !