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 JaxbCachingJaxbNaturalId. cacheprotected JaxbCachingJaxbEntity. cachingMethods in org.hibernate.boot.jaxb.mapping that return JaxbCaching Modifier and Type Method Description JaxbCachingObjectFactory. createJaxbCaching()Create an instance ofJaxbCachingJaxbCachingJaxbNaturalId. getCache()Gets the value of the cache property.JaxbCachingJaxbEntity. getCaching()Gets the value of the caching property.JaxbCachingNaturalId. 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 voidJaxbNaturalId. setCache(JaxbCaching value)Sets the value of the cache property.voidJaxbEntity. setCaching(JaxbCaching value)Sets the value of the caching property.
-