简体   繁体   English

如何找到crud存储库功能的实现?

[英]how to find crud repository functions implementation?

How or where can I find what the HQL querys of functions declared in crud repository intrface looks like? 如何或在哪里可以找到在Crud存储库接口中声明的函数的HQL查询是什么样的? I am especially interested in the function Iterable<T> findAll(Iterable<ID> ids); 我对功能Iterable<T> findAll(Iterable<ID> ids);尤其感兴趣Iterable<T> findAll(Iterable<ID> ids); . I do not want to just use it and print it with some example entity. 我不想只使用它并使用一些示例实体将其打印出来。

嗨,在执行代码时,您将获得隐藏在该函数后面的完整查询。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM