Uses of Interface
org.hibernate.boot.jaxb.hbm.spi.Discriminatable
-
Packages that use Discriminatable Package Description org.hibernate.boot.jaxb.hbm.spi -
-
Uses of Discriminatable in org.hibernate.boot.jaxb.hbm.spi
Classes in org.hibernate.boot.jaxb.hbm.spi that implement Discriminatable Modifier and Type Class Description class
JaxbHbmDiscriminatorSubclassEntityType
Subclass declarations are nested beneath the root class declaration to achieve polymorphic persistence with the table-per-hierarchy mapping strategy.class
JaxbHbmJoinedSubclassEntityType
Joined subclasses are used for the normalized table-per-subclass mapping strategy See the note on the class element regardingvs. class
JaxbHbmRootEntityType
Root entity mapping.
-