SuperOnee / SuperOnee.github.io

Nathan's blog
0 stars 0 forks source link

SpringDataJpa动态查询 - Nathan's Blog #26

Open SuperOnee opened 3 years ago

SuperOnee commented 3 years ago

https://superonee.github.io/2021/01/11/SpringDataJpa%E5%8A%A8%E6%80%81%E6%9F%A5%E8%AF%A2/

使用SpringDataJpa的Critera API和Specification完成动态查询. Criteria API 使用延续上篇security的博文, 表结构, 实体都一致. CriteriaQuery select操作CriteriaQuery提供了一系列的查询方法, 例如: select, multiSelect, having等. 使用select函数从User表中查出指定字段