spring-data-jpa语法介绍-query 基本语法解释

详细语法官网去学习 -->>
http://docs.spring.io/spring-data/jpa/docs/current/reference/html/#reference

摘抄2018.02.19版本: http://www.cnblogs.com/wangdaijun/p/8482073.html

2019-09-30 Version 2.2.0.RELEASE 链接
https://docs.spring.io/spring-data/jpa/docs/current/reference/html/#reference

Query creation
Generally the query creation mechanism for JPA works as described in Query methods. Here’s a short example of what a JPA query method translates into:

Example 43. Query creation from method names


Table 4. Supported keywords inside method names

spring-data-jpa语法介绍-query 基本语法解释_第1张图片

你可能感兴趣的:(spring-data-jpa语法介绍-query 基本语法解释)