Fork me on GitHub

Oracle Coherence Hibernate Integration Oracle Coherence Hibernate Integration

Version: 1.0.0 built on 2013-09-12 15:30

Overview

The Oracle Coherence Hibernate Integration project encompasses the code of integration points between Hibernate and Oracle Coherence. Separate Apache Maven modules are used to isolate the code of each distinct integration point.

Currently the set of integration points consists of the following:

  1. A Hibernate-based implementation of the Coherence CacheStore SPI. This CacheStore implementation is pre-existing and merely moved from the Coherence product codebase.
  2. A Coherence-based implementation of the Hibernate second-level cache SPI. This implementation represents new development targeted to the redesigned SPI released in Hiberate 3.3.

Complete source code together with documentation is provided to aid in adoption, use and understanding.

Modules:

The following Apache Maven modules are defined by the Oracle Coherence Hibernate Integration project.

Coherence Hibernate CacheStore:

Provides a Hibernate-based implementation of Coherence CacheStore SPI.

Coherence Hibernate Second-Level Cache:

Provides a Coherence-based implementation of the Hibernate 3.3 second-level cache SPI.

Contributions

If you are interested in making contributions to the Oracle Coherence Hibernate Integration project, including defect fixes, documentation, new classes/interfaces/methods/packages or tests, you should read the section on Contributing to the Oracle Coherence Hibernate Integration project.