Uses of Class
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSubclassEntityBaseDefinition
-
Packages that use JaxbHbmSubclassEntityBaseDefinition Package Description org.hibernate.boot.jaxb.hbm.spi -
-
Uses of JaxbHbmSubclassEntityBaseDefinition in org.hibernate.boot.jaxb.hbm.spi
Subclasses of JaxbHbmSubclassEntityBaseDefinition in org.hibernate.boot.jaxb.hbm.spi Modifier and Type Class Description classJaxbHbmDiscriminatorSubclassEntityTypeSubclass declarations are nested beneath the root class declaration to achieve polymorphic persistence with the table-per-hierarchy mapping strategy.classJaxbHbmJoinedSubclassEntityTypeJoined subclasses are used for the normalized table-per-subclass mapping strategy See the note on the class element regardingvs. classJaxbHbmUnionSubclassEntityTypeUnion subclasses are used for the table-per-concrete-class mapping strategy See the note on the class element regardingvs.
-