组织ID: |
org.hibernate |
项目ID: |
hibernate-jcache |
版本: |
5.2.0.Final |
最后修改时间: |
2019-02-24 10:42:55 |
包类型: |
jar |
标题: |
Hibernate/JCache Integration |
描述: |
Integration for javax.cache into Hibernate as a second-level caching service |
大小: |
70.83KB |
|
Maven引入代码: |
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-jcache</artifactId>
<version>5.2.0.Final</version>
</dependency>
|
Gradle引入代码: |
org.hibernate:hibernate-jcache:5.2.0.Final
|
下载Jar包: |
|
POM文件内容: |
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-jcache</artifactId>
<version>5.2.0.Final</version>
<dependencies>
<dependency>
<groupId>org.jboss.logging</groupId>
<artifactId>jboss-logging</artifactId>
<version>3.3.0.Final</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-core</artifactId>
<version>5.2.0.Final</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>javax.cache</groupId>
<artifactId>cache-api</artifactId>
<version>1.0.0</version>
<scope>compile</scope>
</dependency>
</dependencies>
<name>Hibernate/JCache Integration</name>
<description>Integration for javax.cache into Hibernate as a second-level caching service</description>
<licenses>
<license>
<name>GNU Lesser General Public License</name>
<url>http://www.gnu.org/licenses/lgpl-2.1.html</url>
<comments>See discussion at http://hibernate.org/license for more details.</comments>
<distribution>repo</distribution>
</license>
</licenses>
<url>http://hibernate.org</url>
<organization>
<name>Hibernate.org</name>
<url>http://hibernate.org</url>
</organization>
<issueManagement>
<system>jira</system>
<url>https://hibernate.atlassian.net/browse/HHH</url>
</issueManagement>
<scm>
<url>http://github.com/hibernate/hibernate-orm</url>
<connection>scm:git:http://github.com/hibernate/hibernate-orm.git</connection>
<developerConnection>scm:git:git@github.com:hibernate/hibernate-orm.git</developerConnection>
</scm>
<developers>
<developer>
<id>hibernate-team</id>
<name>The Hibernate Development Team</name>
<organization>Hibernate.org</organization>
<organizationUrl>http://hibernate.org</organizationUrl>
</developer>
</developers>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
org.hibernate.cache.jcache.JCacheNaturalIdRegion$1.class
org/hibernate/cache/jcache/JCacheMessageLogger.i18n.properties
org.hibernate.cache.jcache.JCacheEntityRegion$1.class
org.hibernate.cache.jcache.JCacheMessageLogger_$logger.class
org.hibernate.cache.jcache.JCacheRegionFactory.class
org.hibernate.cache.jcache.JCacheCollectionRegion.class
org.hibernate.cache.jcache.JCacheQueryResultsRegion.class
org.hibernate.cache.jcache.JCacheMessageLogger.class
org.hibernate.cache.jcache.JCacheGeneralDataRegion.class
org.hibernate.cache.jcache.JCacheTimestampsRegion.class
org.hibernate.cache.jcache.JCacheNaturalIdRegion.class
org.hibernate.cache.jcache.JCacheTransactionalDataRegion.class
org.hibernate.cache.jcache.JCacheRegion.class
org.hibernate.cache.jcache.JCacheEntityRegion.class
org.hibernate.cache.jcache.JCacheCollectionRegion$1.class
org.hibernate.cache.jcache.access.ReadOnlyCollectionRegionAccessStrategy.class
org.hibernate.cache.jcache.access.ReadOnlyNaturalIdRegionAccessStrategy.class
org.hibernate.cache.jcache.access.ReadWriteNaturalIdRegionAccessStrategy.class
org.hibernate.cache.jcache.access.NonStrictCollectionRegionAccessStrategy.class
org.hibernate.cache.jcache.access.NonStrictEntityRegionAccessStrategy.class
org.hibernate.cache.jcache.access.AbstractReadWriteRegionAccessStrategy.class
org.hibernate.cache.jcache.access.ReadWriteEntityRegionAccessStrategy.class
org.hibernate.cache.jcache.access.ReadOnlyEntityRegionAccessStrategy.class
org.hibernate.cache.jcache.access.JCacheRegionAccessStrategy.class
org.hibernate.cache.jcache.access.AbstractReadWriteRegionAccessStrategy$Lock.class
org.hibernate.cache.jcache.access.AbstractReadWriteRegionAccessStrategy$Item.class
org.hibernate.cache.jcache.access.ReadWriteCollectionRegionAccessStrategy.class
org.hibernate.cache.jcache.access.AbstractReadWriteRegionAccessStrategy$Lockable.class
org.hibernate.cache.jcache.access.NonStrictNaturalIdRegionAccessStrategy.class
org.hibernate.cache.jcache.time.Timestamper.class
|
依赖Jar: |
jboss-logging-3.3.0.Final.jar
/org.jboss.logging/jboss-logging/3.3.0.Final
查看jboss-logging所有版本文件
hibernate-core-5.2.0.Final.jar
/org.hibernate/hibernate-core/5.2.0.Final
查看hibernate-core所有版本文件
cache-api-1.0.0.jar
/javax.cache/cache-api/1.0.0
查看cache-api所有版本文件
|