简体   繁体   中英

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? I am especially interested in the function Iterable<T> findAll(Iterable<ID> ids); . I do not want to just use it and print it with some example entity.

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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