Last Version

coherence-hibernate-integration 1.0.0

The Coherence / Hibernate integration project encompasses the code of integration points between Hibernate and Oracle Coherence, currently consisting of a Coherence-based integration of the Hibernate second-level cache SPI, and a Hibernate-based implementation of the Coherence CacheStore SPI.

License

License

Categories

Categories

Hibernate Data ORM
GroupId

GroupId

com.oracle.coherence.hibernate
ArtifactId

ArtifactId

coherence-hibernate-integration
Version

Version

1.0.0
Type

Type

pom
Description

Description

coherence-hibernate-integration
The Coherence / Hibernate integration project encompasses the code of integration points between Hibernate and Oracle Coherence, currently consisting of a Coherence-based integration of the Hibernate second-level cache SPI, and a Hibernate-based implementation of the Coherence CacheStore SPI.
Source Code Management

Source Code Management

https://github.com/coherence-community/coherence-hibernate-integration

Download coherence-hibernate-integration 1.0.0


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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • coherence-hibernate-cache-store
  • coherence-hibernate-cache-store-tests
  • coherence-hibernate-second-level-cache
  • coherence-hibernate-second-level-cache-tests
  • coherence-hibernate-site