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.

License

License

Categories

Categories

Hibernate Data ORM
GroupId

GroupId

com.oracle.coherence.hibernate
ArtifactId

ArtifactId

coherence-hibernate-integration
Last Version

Last Version

1.0.0
Release Date

Release Date

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

How to add to project

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

Welcome to the Oracle Coherence Hibernate Project

Build Status License GitHub release (latest by date) Chat with us on slack Stack Exchange questions Twitter Follow

The Oracle Coherence Hibernate project implements integration points between Oracle Coherence/Coherence CE and the Hibernate Object/Relational Mapping (ORM) framework.

Two primary integration points are covered currently:

  • using Coherence as a second-level cache in Hibernate
  • using Hibernate as a Coherence CacheStore implementation

Due to Hibernate Cache API changes, Coherence Hibernate 2.0.0 provides dedicated Maven modules targeting those Hibernate versions:

  • coherence-hibernate-cache-4 supports Hibernate 4.3.x
  • coherence-hibernate-cache-5 supports Hibernate 5.0.x and 5.1.x
  • coherence-hibernate-cache-52 supports Hibernate 5.2.x

Detailed project documentation for the latest release (2.0.0) is available here: http:/hibernate.coherence.community/

com.oracle.coherence.hibernate

Oracle Coherence Community

Versions

Version
1.0.0