Uses of Interface
org.hibernate.Cache

Packages that use Cache
org.hibernate This package defines the central Hibernate APIs. 
org.hibernate.engine.spi   
org.hibernate.internal An internal package containing mostly implementations of central Hibernate APIs. 
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.engine.spi
 

Subinterfaces of Cache in org.hibernate.engine.spi
 interface CacheImplementor
          Define internal contact of Cache API
 

Uses of Cache in org.hibernate.internal
 

Classes in org.hibernate.internal that implement Cache
 class CacheImpl
           
 

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

Uses of Cache in org.hibernate.jmx
 

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



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