Package | Description |
---|---|
org.hibernate.boot |
This package contains the contracts that make up the Hibernate native
bootstrapping API (building a SessionFactory).
|
org.hibernate.boot.spi | |
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 |
SessionFactoryOptions.getTimestampsCacheFactory() |
TimestampsCacheFactory |
AbstractDelegatingSessionFactoryOptions.getTimestampsCacheFactory() |
Modifier and Type | Method and Description |
---|---|
SessionFactoryBuilder |
AbstractDelegatingSessionFactoryBuilder.applyTimestampsCacheFactory(TimestampsCacheFactory factory) |
Modifier and Type | Method and Description |
---|---|
TimestampsCacheFactory |
Settings.getTimestampsCacheFactory()
Deprecated.
|
Copyright © 2001-2021 Red Hat, Inc. All Rights Reserved.