Uses of Interface
org.hibernate.Cache

Packages that use Cache
org.hibernate This package defines the central Hibernate APIs. 
org.hibernate.impl This package contains implementations of the central Hibernate APIs, especially the Hibernate session. 
org.hibernate.jmx This package exposes a Hibernate instance via JMX. 
 

Uses of Cache in org.hibernate
 

Methods in org.hibernate that return Cache
 Cache SessionFactory.getCache()
          Obtain direct access to the underlying cache regions.
 

Uses of Cache in org.hibernate.impl
 

Methods in org.hibernate.impl that return Cache
 Cache SessionFactoryImpl.getCache()
           
 

Uses of Cache in org.hibernate.jmx
 

Methods in org.hibernate.jmx that return Cache
 Cache SessionFactoryStub.getCache()
           
 



Copyright © 2001-2010 Red Hat, Inc. All Rights Reserved.