Uses of Class
org.hibernate.boot.jaxb.mapping.JaxbCaching
Packages that use JaxbCaching
-
Uses of JaxbCaching in org.hibernate.boot.jaxb.mapping
Fields in org.hibernate.boot.jaxb.mapping declared as JaxbCachingModifier and TypeFieldDescriptionprotected JaxbCachingJaxbNaturalId.cacheprotected JaxbCachingJaxbEntity.cachingMethods in org.hibernate.boot.jaxb.mapping that return JaxbCachingModifier and TypeMethodDescriptionObjectFactory.createJaxbCaching()Create an instance ofJaxbCachingJaxbNaturalId.getCache()Gets the value of the cache property.JaxbEntity.getCaching()Gets the value of the caching property.NaturalId.getCaching()The cache config associated with this natural-idMethods in org.hibernate.boot.jaxb.mapping with parameters of type JaxbCachingModifier and TypeMethodDescriptionvoidJaxbNaturalId.setCache(JaxbCaching value) Sets the value of the cache property.voidJaxbEntity.setCaching(JaxbCaching value) Sets the value of the caching property.