Interface JaxbNaturalId
- All Superinterfaces:
JaxbBaseAttributesContainer
- All Known Implementing Classes:
JaxbNaturalIdImpl
JAXB binding interface for natural-id definitions
-
Method Summary
Modifier and TypeMethodDescriptionThe cache config associated with this natural-idboolean
Whether the natural-id (all attributes which are part of it) should be considered mutable or immutable.Methods inherited from interface org.hibernate.boot.jaxb.mapping.spi.JaxbBaseAttributesContainer
getAnyMappingAttributes, getBasicAttributes, getEmbeddedAttributes, getManyToOneAttributes
-
Method Details
-
getCaching
JaxbCachingImpl getCaching()The cache config associated with this natural-id -
isMutable
boolean isMutable()Whether the natural-id (all attributes which are part of it) should be considered mutable or immutable.
-