File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed
jpa-lambda-core/src/main/java/com/github/xuejike/query/jpa/lambda/core Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -14,12 +14,17 @@ repositories {
1414 maven { url 'https://jitpack.io' }
1515
1616}
17+
18+
19+ com.github.xuejike.jpa-lambda-query:jpa-lambda-starter:0.1
20+
21+
1722```
18232 . 手动安装
19242.1. 引入依赖
2025
2126``` groovy
22- com.github.xuejike.jpa-lambda-query:jpa-lambda-starter:0 .1
27+ com.github.xuejike.jpa-lambda-query:jpa-lambda-core:0.1 .1
2328```
24292.2. 初始化
2530``` java
Original file line number Diff line number Diff line change 77import org .hibernate .criterion .*;
88import org .hibernate .transform .Transformers ;
99
10+ import java .io .Serializable ;
1011import java .util .LinkedList ;
1112import java .util .List ;
1213import java .util .Optional ;
@@ -152,4 +153,5 @@ public void setSubQueryName(String subQueryName) {
152153 }
153154
154155
156+
155157}
You can’t perform that action at this time.
0 commit comments