We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c6cba7 commit e5c46d6Copy full SHA for e5c46d6
README.md
@@ -29,24 +29,6 @@ This prevents you from choosing the best `EntityGraph` considering the runtime c
29
//...
30
}
31
```
32
-4. If you want to use [type safe EntityGraphs](#type-safe-entitygraph) , add those dependencies:
33
-
34
- ```xml
35
- <dependency>
36
- <groupId>org.hibernate</groupId>
37
- <artifactId>hibernate-jpamodelgen</artifactId>
38
- <version>${hibernate.version}</version>
39
- <scope>provided</scope>
40
- </dependency>
41
- ```
42
43
44
- <groupId>com.cosium.spring.data</groupId>
45
- <artifactId>spring-data-jpa-entity-graph-generator</artifactId>
46
- <version>${spring-data-jpa-entity-graph.version}</version>
47
48
49
50
51
# 2.x to 3.x breaking changes
52
0 commit comments