【发布时间】:2018-06-18 00:59:20
【问题描述】:
所以我的问题与Finding all entries where a collection field contains any of the given items中的问题非常相似
除了而不是:
List<Message> findDistinctByTagsIn(Set<Tag> tag);
返回带有任何给定标签的所有消息,我想知道只返回包含所有给定标签的消息的查询语法。
【问题讨论】:
标签: java spring spring-data-jpa