gpt4 book ai didi

spring-data-elasticsearch - 有没有办法在 ElasticsearchRepository 中使用规范?

转载 作者:行者123 更新时间:2023-12-03 15:17:55 24 4
gpt4 key购买 nike

我已经实现了规范模式来过滤我的一些 JpaRepositories。在我实现了一个规范之后,我可以将它与这样的 JpaRepository 一起使用:Page<Entity> page = entityJpaRepository.findAll(entitySpecification, pageable)
是否有支持 ElasticsearchRepository 中的规范的功能或计划功能?

最佳答案

我理解你的痛苦,但问题是 Specification接口(interface)属于 JPA 目前没有任何 Elastic Search Spring Data 存储库实现的 API,我认为它们不会实现。

如果您真的想使用它们,您应该从来自 spring-data-elasticsearch 的 ElasticsearchRepository 迁移到基于 JPA 的存储库中。

没试过 JPA 我自己和 ElasticSearch 一起,但注意到有些人这样做,请查看此链接:

https://programmertoday.com/spring-boot-elastic-search-with-spring-data-jpa/

关于spring-data-elasticsearch - 有没有办法在 ElasticsearchRepository 中使用规范?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34052041/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com