License |
License |
---|---|
Categories |
CategoriesHibernate Data ORM |
GroupId | GroupIdcom.yannbriancon |
ArtifactId | ArtifactIdspring-hibernate-query-utils |
Version | Version2.0.0 |
Type | Typejar |
Description |
Descriptionspring-hibernate-query-utils
Library giving tools to detect N+1 queries and count the queries generated with Spring and
Hibernate
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.yannbriancon/spring-hibernate-query-utils/ -->
<dependency>
<groupId>com.yannbriancon</groupId>
<artifactId>spring-hibernate-query-utils</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.yannbriancon/spring-hibernate-query-utils/
implementation 'com.yannbriancon:spring-hibernate-query-utils:2.0.0'
// https://jarcasting.com/artifacts/com.yannbriancon/spring-hibernate-query-utils/
implementation ("com.yannbriancon:spring-hibernate-query-utils:2.0.0")
'com.yannbriancon:spring-hibernate-query-utils:jar:2.0.0'
<dependency org="com.yannbriancon" name="spring-hibernate-query-utils" rev="2.0.0">
<artifact name="spring-hibernate-query-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.yannbriancon', module='spring-hibernate-query-utils', version='2.0.0')
)
libraryDependencies += "com.yannbriancon" % "spring-hibernate-query-utils" % "2.0.0"
[com.yannbriancon/spring-hibernate-query-utils "2.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-data-jpa | jar | 2.2.1.RELEASE |
org.springframework.boot : spring-boot-configuration-processor Optional | jar | 2.2.1.RELEASE |
org.springframework.boot : spring-boot-starter-validation | jar | 2.2.1.RELEASE |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | 2.2.1.RELEASE |
com.h2database : h2 | jar | 1.4.200 |