Uses of Enum Class
org.hibernate.annotations.CacheLayout
Packages that use CacheLayout
Package
Description
A set of mapping annotations which extend the O/R mapping annotations defined by JPA.
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.
This package defines the Hibernate configuration-time mapping model.
-
Uses of CacheLayout in org.hibernate.annotations
Methods in org.hibernate.annotations that return CacheLayoutModifier and TypeMethodDescriptionstatic CacheLayout
Returns the enum constant of this class with the specified name.static CacheLayout[]
CacheLayout.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of CacheLayout in org.hibernate.boot
Methods in org.hibernate.boot with parameters of type CacheLayoutModifier and TypeMethodDescriptionSessionFactoryBuilder.applyQueryCacheLayout
(CacheLayout cacheLayout) Specifies the defaultCacheLayout
to use for query cache entries. -
Uses of CacheLayout in org.hibernate.boot.internal
Methods in org.hibernate.boot.internal that return CacheLayoutMethods in org.hibernate.boot.internal with parameters of type CacheLayoutModifier and TypeMethodDescriptionSessionFactoryBuilderImpl.applyQueryCacheLayout
(CacheLayout cacheLayout) void
SessionFactoryOptionsBuilder.applyQueryCacheLayout
(CacheLayout queryCacheLayout) -
Uses of CacheLayout in org.hibernate.boot.models.annotations.internal
Methods in org.hibernate.boot.models.annotations.internal that return CacheLayoutMethods in org.hibernate.boot.models.annotations.internal with parameters of type CacheLayout -
Uses of CacheLayout in org.hibernate.boot.spi
Methods in org.hibernate.boot.spi that return CacheLayoutModifier and TypeMethodDescriptionAbstractDelegatingSessionFactoryOptions.getQueryCacheLayout()
SessionFactoryOptions.getQueryCacheLayout()
Methods in org.hibernate.boot.spi with parameters of type CacheLayoutModifier and TypeMethodDescriptionAbstractDelegatingSessionFactoryBuilder.applyQueryCacheLayout
(CacheLayout cacheLayout) -
Uses of CacheLayout in org.hibernate.mapping
Methods in org.hibernate.mapping that return CacheLayoutModifier and TypeMethodDescriptionCollection.getQueryCacheLayout()
PersistentClass.getQueryCacheLayout()
Methods in org.hibernate.mapping with parameters of type CacheLayoutModifier and TypeMethodDescriptionvoid
Collection.setQueryCacheLayout
(CacheLayout queryCacheLayout) void
PersistentClass.setQueryCacheLayout
(CacheLayout queryCacheLayout)