Interface JaxbAnyMapping
- All Superinterfaces:
JaxbPersistentAttribute
- All Known Implementing Classes:
JaxbAnyMappingImpl
,JaxbPluralAnyMappingImpl
JAXB binding interface for discriminated association based attributes (any and many-to-any)
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface
JAXB binding interface for describing the discriminator of a discriminated associationstatic interface
The key of aJaxbAnyMapping
- the (logical) foreign-key value -
Method Summary
Modifier and TypeMethodDescriptionDetails about the discriminatorgetKey()
Details about the logical association foreign-keyMethods inherited from interface org.hibernate.boot.jaxb.mapping.spi.JaxbPersistentAttribute
getAccess, getAttributeAccessor, getName, setAccess, setAttributeAccessor, setName
-
Method Details
-
getKey
JaxbAnyMapping.Key getKey()Details about the logical association foreign-key -
getDiscriminator
JaxbAnyMapping.Discriminator getDiscriminator()Details about the discriminator
-