| Package | Description |
|---|---|
| org.hibernate.boot |
This package contains the contracts that make up the Hibernate native
bootstrapping API (building a SessionFactory).
|
| org.hibernate.boot.internal | |
| org.hibernate.boot.spi | |
| org.hibernate.cache.internal |
Internal implementations and support for second-level caching.
|
| org.hibernate.cfg |
This package defines APIs for configuring Hibernate, and classes
for building the Hibernate configuration-time metamodel.
|
| Modifier and Type | Method and Description |
|---|---|
SessionFactoryBuilder |
SessionFactoryBuilder.applyQueryCacheFactory(QueryCacheFactory factory)
Specifies a QueryCacheFactory to use for building query cache handlers.
|
| Modifier and Type | Method and Description |
|---|---|
QueryCacheFactory |
SessionFactoryOptionsImpl.getQueryCacheFactory() |
QueryCacheFactory |
SessionFactoryOptionsState.getQueryCacheFactory() |
QueryCacheFactory |
SessionFactoryBuilderImpl.getQueryCacheFactory() |
QueryCacheFactory |
SessionFactoryBuilderImpl.SessionFactoryOptionsStateStandardImpl.getQueryCacheFactory() |
| Modifier and Type | Method and Description |
|---|---|
SessionFactoryBuilder |
SessionFactoryBuilderImpl.applyQueryCacheFactory(QueryCacheFactory factory) |
| Modifier and Type | Method and Description |
|---|---|
QueryCacheFactory |
SessionFactoryOptions.getQueryCacheFactory() |
QueryCacheFactory |
AbstractDelegatingSessionFactoryOptions.getQueryCacheFactory() |
| Modifier and Type | Method and Description |
|---|---|
T |
AbstractDelegatingSessionFactoryBuilder.applyQueryCacheFactory(QueryCacheFactory factory) |
| Modifier and Type | Class and Description |
|---|---|
class |
StandardQueryCacheFactory
Standard Hibernate implementation of the QueryCacheFactory interface.
|
| Modifier and Type | Method and Description |
|---|---|
QueryCacheFactory |
Settings.getQueryCacheFactory()
Deprecated.
|
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.