Package org.hibernate.boot.jaxb.mapping
Interface DiscriminatedAssociation
- All Superinterfaces:
PersistentAttribute
- All Known Implementing Classes:
JaxbHbmAnyMapping,JaxbHbmManyToAny
JAXB binding interface for discriminated association based attributes (any and many-to-any)
- Author:
- Steve Ebersole
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceJAXB binding interface for describing the discriminator of a discriminated associationstatic interfaceThe key of aDiscriminatedAssociation- 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.PersistentAttribute
getAccess, getAttributeAccessor, getName, setAccess, setAttributeAccessor, setName
-
Method Details
-
getKey
DiscriminatedAssociation.Key getKey()Details about the logical association foreign-key -
getDiscriminator
DiscriminatedAssociation.Discriminator getDiscriminator()Details about the discriminator
-