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 JaxbCachingImpl
JaxbEntityImpl.caching
protected JaxbCachingImpl
JaxbNaturalIdImpl.caching
Methods in org.hibernate.boot.jaxb.mapping.spi that return JaxbCachingImplModifier and TypeMethodDescriptionObjectFactory.createJaxbCachingImpl()
Create an instance ofJaxbCachingImpl
@Nullable JaxbCachingImpl
JaxbEntity.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 TypeMethodDescriptionvoid
JaxbEntity.setCaching
(@Nullable JaxbCachingImpl value) void
JaxbEntityImpl.setCaching
(JaxbCachingImpl value) Sets the value of the caching property.void
JaxbNaturalIdImpl.setCaching
(JaxbCachingImpl value) Sets the value of the caching property.