Uses of Class
org.hibernate.boot.model.source.spi.Caching
Packages that use Caching
Package
Description
-
Uses of Caching in org.hibernate.boot.model.source.internal.hbm
Methods in org.hibernate.boot.model.source.internal.hbm that return CachingModifier and TypeMethodDescriptionstatic Caching
Helper.createCaching
(JaxbHbmCacheType cacheElement) static Caching
Helper.createNaturalIdCaching
(JaxbHbmNaturalIdCacheType cacheElement) AbstractPluralAttributeSourceImpl.getCaching()
EntityHierarchySourceImpl.getCaching()
EntityHierarchySourceImpl.getNaturalIdCaching()
-
Uses of Caching in org.hibernate.boot.model.source.spi
Methods in org.hibernate.boot.model.source.spi that return CachingModifier and TypeMethodDescriptionEntityHierarchySource.getCaching()
Obtain the caching configuration for this entity.PluralAttributeSource.getCaching()
EntityHierarchySource.getNaturalIdCaching()
Obtain the natural id caching configuration for this entity.Methods in org.hibernate.boot.model.source.spi with parameters of type Caching