Uses of Class
org.hibernate.boot.jaxb.mapping.spi.JaxbCachingImpl
Packages that use JaxbCachingImpl
-
Uses of JaxbCachingImpl in org.hibernate.boot.jaxb.mapping.spi
Fields in org.hibernate.boot.jaxb.mapping.spi declared as JaxbCachingImplModifier and TypeFieldDescriptionprotected JaxbCachingImplJaxbEntityImpl.cachingprotected JaxbCachingImplJaxbNaturalIdImpl.cachingMethods in org.hibernate.boot.jaxb.mapping.spi that return JaxbCachingImplModifier and TypeMethodDescriptionObjectFactory.createJaxbCachingImpl()Create an instance ofJaxbCachingImpl@Nullable JaxbCachingImplJaxbEntity.getCaching()JaxbEntityImpl.getCaching()Gets the value of the caching property.JaxbNaturalId.getCaching()The cache config associated with this natural-idJaxbNaturalIdImpl.getCaching()Gets the value of the caching property.Methods in org.hibernate.boot.jaxb.mapping.spi with parameters of type JaxbCachingImplModifier and TypeMethodDescriptionvoidJaxbEntity.setCaching(@Nullable JaxbCachingImpl value) voidJaxbEntityImpl.setCaching(JaxbCachingImpl value) Sets the value of the caching property.voidJaxbNaturalIdImpl.setCaching(JaxbCachingImpl value) Sets the value of the caching property.