o

openjpa-fetch-statistics

OpenJPA tool to capture the fetching statistic data for the persistent fields .
Apache License 2.0
文件下载
文件名 操作
openjpa-fetch-statistics-2.4.1.jar 下载
openjpa-fetch-statistics-2.4.1.pom 下载
openjpa-fetch-statistics-2.4.1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.apache.openjpa</groupId>
  <artifactId>openjpa-fetch-statistics</artifactId>
  <version>2.4.1</version>
</dependency>
Gradle Groovy
implementation 'org.apache.openjpa:openjpa-fetch-statistics:2.4.1'
Gradle Kotlin
implementation("org.apache.openjpa:openjpa-fetch-statistics:2.4.1")
Scala SBT
libraryDependencies += "org.apache.openjpa" % "openjpa-fetch-statistics" % "2.4.1"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.openjpa', module='openjpa-fetch-statistics', version='2.4.1')
)
Apache Ivy
<dependency org="org.apache.openjpa" name="openjpa-fetch-statistics" rev="2.4.1" />
Leiningen
[org.apache.openjpa/openjpa-fetch-statistics "2.4.1"]
Apache Buildr
'org.apache.openjpa:openjpa-fetch-statistics:jar:2.4.1'