Uses of Interface
org.hibernate.cache.spi.TimestampsCacheFactory
-
Packages that use TimestampsCacheFactory Package Description org.hibernate.boot This package contains the interfaces that make up the bootstrap API for Hibernate.org.hibernate.boot.internal org.hibernate.boot.spi A range of SPIs allowing integration with—and customization of—the process of building metadata.org.hibernate.cache.internal Internal implementations and support for second-level caching. -
-
Uses of TimestampsCacheFactory in org.hibernate.boot
Methods in org.hibernate.boot with parameters of type TimestampsCacheFactory Modifier and Type Method Description SessionFactoryBuilderSessionFactoryBuilder. applyTimestampsCacheFactory(TimestampsCacheFactory factory)Specifies aTimestampsCacheFactory. -
Uses of TimestampsCacheFactory in org.hibernate.boot.internal
Methods in org.hibernate.boot.internal that return TimestampsCacheFactory Modifier and Type Method Description TimestampsCacheFactorySessionFactoryOptionsBuilder. getTimestampsCacheFactory()Methods in org.hibernate.boot.internal with parameters of type TimestampsCacheFactory Modifier and Type Method Description SessionFactoryBuilderSessionFactoryBuilderImpl. applyTimestampsCacheFactory(TimestampsCacheFactory factory)voidSessionFactoryOptionsBuilder. applyTimestampsCacheFactory(TimestampsCacheFactory factory) -
Uses of TimestampsCacheFactory in org.hibernate.boot.spi
Methods in org.hibernate.boot.spi that return TimestampsCacheFactory Modifier and Type Method Description TimestampsCacheFactoryAbstractDelegatingSessionFactoryOptions. getTimestampsCacheFactory()TimestampsCacheFactorySessionFactoryOptions. getTimestampsCacheFactory()Methods in org.hibernate.boot.spi with parameters of type TimestampsCacheFactory Modifier and Type Method Description SessionFactoryBuilderAbstractDelegatingSessionFactoryBuilder. applyTimestampsCacheFactory(TimestampsCacheFactory factory) -
Uses of TimestampsCacheFactory in org.hibernate.cache.internal
Classes in org.hibernate.cache.internal that implement TimestampsCacheFactory Modifier and Type Class Description classStandardTimestampsCacheFactoryStandard Hibernate implementation of the QueryCacheFactory interface.
-