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
Subclasses with type arguments of type CacheLayout in org.hibernate.annotationsModifier and TypeClassDescriptionenumDescribes the data layout used for storing an object into the query cache.Methods in org.hibernate.annotations that return CacheLayoutModifier and TypeMethodDescriptionstatic CacheLayoutReturns 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 defaultCacheLayoutto use for query cache entries. -
Uses of CacheLayout in org.hibernate.boot.spi
Methods in org.hibernate.boot.spi that return CacheLayoutModifier and TypeMethodDescriptionAbstractDelegatingSessionFactoryOptions.getQueryCacheLayout()SessionFactoryOptions.getQueryCacheLayout()The layout of entries in the query cache.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 TypeMethodDescriptionvoidCollection.setQueryCacheLayout(CacheLayout queryCacheLayout) voidPersistentClass.setQueryCacheLayout(CacheLayout queryCacheLayout)