Skip navigation links

Oracle® Coherence Java API Reference
Release 3.6.0.0

E15725-01


Package com.tangosol.coherence.hibernate

Contains classes related to the Coherence Cache Provider for Hibernate.

See:
          Description

Class Summary
CoherenceCache Provides a cache wrapper for storing Hibernate objects in Coherence NamedCache instances.
CoherenceCacheProvider Serves as the integration point for the Coherence Cache Provider for Hibernate.
HibernateCacheLoader Data-driven CacheLoader implementation for Hibernate tables <p/> These methods all follow the pattern of: open session begin transaction do work commit transaction (or rollback on exception and rethrow) close session
HibernateCacheStore Data-driven CacheStore implementation for Hibernate tables

 

Package com.tangosol.coherence.hibernate Description

Contains classes related to the Coherence Cache Provider for Hibernate.


Skip navigation links

Oracle® Coherence Java API Reference
Release 3.6.0.0

E15725-01


Copyright © 2000, 2010, Oracle and/or its affiliates. All rights reserved.