Last Version

spring-hibernate-query-count 1.0.0

Library to count the queries generated with Spring and Hibernate

License

License

Categories

Categories

Hibernate Data ORM
GroupId

GroupId

com.yannbriancon
ArtifactId

ArtifactId

spring-hibernate-query-count
Version

Version

1.0.0
Type

Type

jar
Description

Description

spring-hibernate-query-count
Library to count the queries generated with Spring and Hibernate
Project URL

Project URL

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

Source Code Management

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

Download spring-hibernate-query-count 1.0.0


<!-- https://jarcasting.com/artifacts/com.yannbriancon/spring-hibernate-query-count/ -->
<dependency>
    <groupId>com.yannbriancon</groupId>
    <artifactId>spring-hibernate-query-count</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.yannbriancon/spring-hibernate-query-count/
implementation 'com.yannbriancon:spring-hibernate-query-count:1.0.0'
// https://jarcasting.com/artifacts/com.yannbriancon/spring-hibernate-query-count/
implementation ("com.yannbriancon:spring-hibernate-query-count:1.0.0")
'com.yannbriancon:spring-hibernate-query-count:jar:1.0.0'
<dependency org="com.yannbriancon" name="spring-hibernate-query-count" rev="1.0.0">
  <artifact name="spring-hibernate-query-count" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.yannbriancon', module='spring-hibernate-query-count', version='1.0.0')
)
libraryDependencies += "com.yannbriancon" % "spring-hibernate-query-count" % "1.0.0"
[com.yannbriancon/spring-hibernate-query-count "1.0.0"]

Dependencies

compile (1)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter-data-jpa 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.