Package | Description |
---|---|
org.hibernate.cache.internal |
Internal implementations and support for second-level caching.
|
org.hibernate.cache.spi |
Defines the Hibernate second level caching SPI.
|
org.hibernate.engine.spi | |
org.hibernate.internal |
An internal package containing mostly implementations of central Hibernate APIs.
|
Modifier and Type | Method and Description |
---|---|
QueryCache |
StandardQueryCacheFactory.buildQueryCache(QueryResultsRegion region,
CacheImplementor cacheManager) |
Constructor and Description |
---|
StandardQueryCache(QueryResultsRegion cacheRegion,
CacheImplementor cacheManager) |
Modifier and Type | Method and Description |
---|---|
QueryCache |
QueryCacheFactory.buildQueryCache(QueryResultsRegion region,
CacheImplementor cacheManager)
Builds a named query cache.
|
Modifier and Type | Method and Description |
---|---|
CacheImplementor |
SessionFactoryImplementor.getCache() |
CacheImplementor |
SessionFactoryDelegatingImpl.getCache() |
CacheImplementor |
CacheInitiator.initiateService(SessionFactoryImplementor sessionFactory,
SessionFactoryOptions sessionFactoryOptions,
ServiceRegistryImplementor registry) |
Modifier and Type | Method and Description |
---|---|
java.lang.Class<CacheImplementor> |
CacheInitiator.getServiceInitiated() |
Modifier and Type | Class and Description |
---|---|
class |
CacheImpl |
Modifier and Type | Method and Description |
---|---|
CacheImplementor |
SessionFactoryImpl.getCache() |
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.