Uses of Interface
org.hibernate.boot.jaxb.hbm.spi.EntityInfo
-
Packages that use EntityInfo Package Description org.hibernate.boot.jaxb.hbm.spi -
-
Uses of EntityInfo in org.hibernate.boot.jaxb.hbm.spi
Subinterfaces of EntityInfo in org.hibernate.boot.jaxb.hbm.spi Modifier and Type Interface Description interface
SubEntityInfo
Common interface for all sub-entity mappings.Classes in org.hibernate.boot.jaxb.hbm.spi that implement EntityInfo 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
JaxbHbmEntityBaseDefinition
Java class for EntityBaseDefinition complex type.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.class
JaxbHbmSubclassEntityBaseDefinition
Java class for SubclassEntityBaseDefinition complex type.class
JaxbHbmUnionSubclassEntityType
Union subclasses are used for the table-per-concrete-class mapping strategy See the note on the class element regardingvs.
-