CoherenceTM v3.3
Copyright© 2000-2007 by Oracle Corporation

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

These methods all follow the pattern of: 1) open session 2) begin transaction 3) do work 4) commit transaction (or rollback on exception and rethrow) 5) 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.


CoherenceTM v3.3
Copyright© 2000-2007 by Oracle Corporation