Uses of Interface
org.hibernate.cache.spi.TimestampsCacheFactory
Packages that use TimestampsCacheFactory
Package
Description
This package contains the interfaces that make up the bootstrap API
for Hibernate.
A range of SPIs allowing integration with—and customization of—the process of building metadata.
Internal implementations and support for second-level caching.
-
Uses of TimestampsCacheFactory in org.hibernate.boot
Methods in org.hibernate.boot with parameters of type TimestampsCacheFactoryModifier and TypeMethodDescriptionSessionFactoryBuilder.applyTimestampsCacheFactory
(TimestampsCacheFactory factory) Specifies aTimestampsCacheFactory
. -
Uses of TimestampsCacheFactory in org.hibernate.boot.internal
Methods in org.hibernate.boot.internal that return TimestampsCacheFactoryMethods in org.hibernate.boot.internal with parameters of type TimestampsCacheFactoryModifier and TypeMethodDescriptionSessionFactoryBuilderImpl.applyTimestampsCacheFactory
(TimestampsCacheFactory factory) void
SessionFactoryOptionsBuilder.applyTimestampsCacheFactory
(TimestampsCacheFactory factory) -
Uses of TimestampsCacheFactory in org.hibernate.boot.spi
Methods in org.hibernate.boot.spi that return TimestampsCacheFactoryModifier and TypeMethodDescriptionAbstractDelegatingSessionFactoryOptions.getTimestampsCacheFactory()
SessionFactoryOptions.getTimestampsCacheFactory()
Methods in org.hibernate.boot.spi with parameters of type TimestampsCacheFactoryModifier and TypeMethodDescriptionAbstractDelegatingSessionFactoryBuilder.applyTimestampsCacheFactory
(TimestampsCacheFactory factory) -
Uses of TimestampsCacheFactory in org.hibernate.cache.internal
Classes in org.hibernate.cache.internal that implement TimestampsCacheFactoryModifier and TypeClassDescriptionclass
Standard Hibernate implementation of the QueryCacheFactory interface.