Last Version

spring-hibernate-query-utils 2.0.0

Library giving tools to detect N+1 queries and count the queries generated with Spring and Hibernate

License

License

Categories

Categories

Hibernate Data ORM
GroupId

GroupId

com.yannbriancon
ArtifactId

ArtifactId

spring-hibernate-query-utils
Version

Version

2.0.0
Type

Type

jar
Description

Description

spring-hibernate-query-utils
Library giving tools to detect N+1 queries and count the queries generated with Spring and Hibernate
Project URL

Project URL

https://github.com/yannbriancon/spring-hibernate-query-utils
Source Code Management

Source Code Management

https://github.com/yannbriancon/spring-hibernate-query-utils

Download spring-hibernate-query-utils 2.0.0


<!-- 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"]

Dependencies

compile (3)

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

test (2)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter-test jar 2.2.1.RELEASE
com.h2database : h2 jar 1.4.200

Project Modules

There are no modules declared in this project.