Uses of Interface
org.hibernate.cache.spi.TimestampsCacheFactory
-
Packages that use TimestampsCacheFactory 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 -
-
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 a QueryCacheFactory to use for building query cache handlers. -
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.cfg
Methods in org.hibernate.cfg that return TimestampsCacheFactory Modifier and Type Method Description TimestampsCacheFactorySettings. getTimestampsCacheFactory()Deprecated.
-