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.spi A range of SPIs allowing integration with—and customization of—the process of building metadata. -
-
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.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 TAbstractDelegatingSessionFactoryBuilder. applyTimestampsCacheFactory(TimestampsCacheFactory factory)
-