Uses of Interface
org.hibernate.boot.jaxb.mapping.DiscriminatedAssociation.Key
-
Packages that use DiscriminatedAssociation.Key Package Description org.hibernate.boot.jaxb.mapping -
-
Uses of DiscriminatedAssociation.Key in org.hibernate.boot.jaxb.mapping
Classes in org.hibernate.boot.jaxb.mapping that implement DiscriminatedAssociation.Key Modifier and Type Class Description class
JaxbHbmAnyKey
Describes the "foreign key" of a discriminated association (any, many-to-any).Methods in org.hibernate.boot.jaxb.mapping that return DiscriminatedAssociation.Key Modifier and Type Method Description DiscriminatedAssociation.Key
DiscriminatedAssociation. getKey()
Details about the logical association foreign-key
-