Uses of Interface
org.hibernate.engine.spi.CacheImplementor

Packages that use CacheImplementor
org.hibernate.engine.spi   
org.hibernate.internal An internal package containing mostly implementations of central Hibernate APIs. 
 

Uses of CacheImplementor in org.hibernate.engine.spi
 

Methods in org.hibernate.engine.spi that return CacheImplementor
 CacheImplementor CacheInitiator.initiateService(SessionFactoryImplementor sessionFactory, Configuration configuration, ServiceRegistryImplementor registry)
           
 CacheImplementor CacheInitiator.initiateService(SessionFactoryImplementor sessionFactory, MetadataImplementor metadata, ServiceRegistryImplementor registry)
           
 

Methods in org.hibernate.engine.spi that return types with arguments of type CacheImplementor
 Class<CacheImplementor> CacheInitiator.getServiceInitiated()
           
 

Uses of CacheImplementor in org.hibernate.internal
 

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



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