Uses of Interface
org.hibernate.boot.jaxb.hbm.spi.ResultSetMappingContainer
-
Packages that use ResultSetMappingContainer Package Description org.hibernate.boot.jaxb.hbm.spi -
-
Uses of ResultSetMappingContainer in org.hibernate.boot.jaxb.hbm.spi
Subinterfaces of ResultSetMappingContainer in org.hibernate.boot.jaxb.hbm.spi Modifier and Type Interface Description interfaceEntityInfoCommon interface for all entity mappings (root entity and sub-entity mappings).interfaceSubEntityInfoCommon interface for all sub-entity mappings.Classes in org.hibernate.boot.jaxb.hbm.spi that implement ResultSetMappingContainer 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.classJaxbHbmEntityBaseDefinitionJava class for EntityBaseDefinition complex type.classJaxbHbmJoinedSubclassEntityTypeJoined subclasses are used for the normalized table-per-subclass mapping strategy See the note on the class element regardingvs. classJaxbHbmRootEntityTypeRoot entity mapping.classJaxbHbmSubclassEntityBaseDefinitionJava class for SubclassEntityBaseDefinition complex type.classJaxbHbmUnionSubclassEntityTypeUnion subclasses are used for the table-per-concrete-class mapping strategy See the note on the class element regardingvs.
-