Uses of Class
org.hibernate.boot.model.Caching
-
Packages that use Caching Package Description org.hibernate.boot.model This package defines the boot-time metamodel, which is an interpretation of the domain model (entity classes, embeddable classes, and attributes) and the mapping of these "domain model parts" to the database.org.hibernate.boot.model.source.internal.hbm org.hibernate.boot.model.source.spi -
-
Uses of Caching in org.hibernate.boot.model
Methods in org.hibernate.boot.model with parameters of type Caching Modifier and Type Method Description void
Caching. overlay(Caching overrides)
Deprecated. -
Uses of Caching in org.hibernate.boot.model.source.internal.hbm
Methods in org.hibernate.boot.model.source.internal.hbm that return Caching Modifier and Type Method Description static Caching
Helper. createCaching(JaxbHbmCacheType cacheElement)
static Caching
Helper. createNaturalIdCaching(JaxbHbmNaturalIdCacheType cacheElement)
Caching
AbstractPluralAttributeSourceImpl. getCaching()
Caching
EntityHierarchySourceImpl. getCaching()
Caching
EntityHierarchySourceImpl. getNaturalIdCaching()
-
Uses of Caching in org.hibernate.boot.model.source.spi
Methods in org.hibernate.boot.model.source.spi that return Caching Modifier and Type Method Description Caching
EntityHierarchySource. getCaching()
Obtain the caching configuration for this entity.Caching
PluralAttributeSource. getCaching()
Caching
EntityHierarchySource. getNaturalIdCaching()
Obtain the natural id caching configuration for this entity.
-