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. 
 

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()
           
 



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