Uses of Class
org.hibernate.boot.jaxb.mapping.JaxbCaching
-
Packages that use JaxbCaching Package Description org.hibernate.boot.jaxb.mapping -
-
Uses of JaxbCaching in org.hibernate.boot.jaxb.mapping
Fields in org.hibernate.boot.jaxb.mapping declared as JaxbCaching Modifier and Type Field Description protected JaxbCaching
JaxbNaturalId. cache
protected JaxbCaching
JaxbEntity. caching
Methods in org.hibernate.boot.jaxb.mapping that return JaxbCaching Modifier and Type Method Description JaxbCaching
ObjectFactory. createJaxbCaching()
Create an instance ofJaxbCaching
JaxbCaching
JaxbNaturalId. getCache()
Gets the value of the cache property.JaxbCaching
JaxbEntity. getCaching()
Gets the value of the caching property.JaxbCaching
NaturalId. getCaching()
The cache config associated with this natural-idMethods in org.hibernate.boot.jaxb.mapping with parameters of type JaxbCaching Modifier and Type Method Description void
JaxbNaturalId. setCache(JaxbCaching value)
Sets the value of the cache property.void
JaxbEntity. setCaching(JaxbCaching value)
Sets the value of the caching property.
-