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 |
SessionFactoryOptionsState.getQueryCacheFactory() |
QueryCacheFactory |
SessionFactoryOptionsImpl.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 © 2016 JBoss by Red Hat. All rights reserved.