| 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.applyTimestampsCacheFactory(TimestampsCacheFactory factory)
Specifies a QueryCacheFactory to use for building query cache handlers.
|
| Modifier and Type | Method and Description |
|---|---|
TimestampsCacheFactory |
SessionFactoryOptionsBuilder.getTimestampsCacheFactory() |
| Modifier and Type | Method and Description |
|---|---|
void |
SessionFactoryOptionsBuilder.applyTimestampsCacheFactory(TimestampsCacheFactory factory) |
SessionFactoryBuilder |
SessionFactoryBuilderImpl.applyTimestampsCacheFactory(TimestampsCacheFactory factory) |
| Modifier and Type | Method and Description |
|---|---|
TimestampsCacheFactory |
SessionFactoryOptions.getTimestampsCacheFactory() |
TimestampsCacheFactory |
AbstractDelegatingSessionFactoryOptions.getTimestampsCacheFactory() |
| Modifier and Type | Method and Description |
|---|---|
SessionFactoryBuilder |
AbstractDelegatingSessionFactoryBuilder.applyTimestampsCacheFactory(TimestampsCacheFactory factory) |
| Modifier and Type | Class and Description |
|---|---|
class |
StandardTimestampsCacheFactory
Standard Hibernate implementation of the QueryCacheFactory interface.
|
| Modifier and Type | Method and Description |
|---|---|
TimestampsCacheFactory |
Settings.getTimestampsCacheFactory()
Deprecated.
|
Copyright © 2019 JBoss by Red Hat. All rights reserved.