Uses of Class
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmJoinedSubclassEntityType
-
Packages that use JaxbHbmJoinedSubclassEntityType Package Description org.hibernate.boot.jaxb.hbm.spi org.hibernate.boot.model.source.internal.hbm org.hibernate.envers.boot.model -
-
Uses of JaxbHbmJoinedSubclassEntityType in org.hibernate.boot.jaxb.hbm.spi
Fields in org.hibernate.boot.jaxb.hbm.spi with type parameters of type JaxbHbmJoinedSubclassEntityType Modifier and Type Field Description protected List<JaxbHbmJoinedSubclassEntityType>
JaxbHbmHibernateMapping. joinedSubclass
protected List<JaxbHbmJoinedSubclassEntityType>
JaxbHbmJoinedSubclassEntityType. joinedSubclass
protected List<JaxbHbmJoinedSubclassEntityType>
JaxbHbmRootEntityType. joinedSubclass
Methods in org.hibernate.boot.jaxb.hbm.spi that return JaxbHbmJoinedSubclassEntityType Modifier and Type Method Description JaxbHbmJoinedSubclassEntityType
ObjectFactory. createJaxbHbmJoinedSubclassEntityType()
Create an instance ofJaxbHbmJoinedSubclassEntityType
Methods in org.hibernate.boot.jaxb.hbm.spi that return types with arguments of type JaxbHbmJoinedSubclassEntityType Modifier and Type Method Description List<JaxbHbmJoinedSubclassEntityType>
JaxbHbmHibernateMapping. getJoinedSubclass()
Gets the value of the joinedSubclass property.List<JaxbHbmJoinedSubclassEntityType>
JaxbHbmJoinedSubclassEntityType. getJoinedSubclass()
Gets the value of the joinedSubclass property.List<JaxbHbmJoinedSubclassEntityType>
JaxbHbmRootEntityType. getJoinedSubclass()
Gets the value of the joinedSubclass property. -
Uses of JaxbHbmJoinedSubclassEntityType in org.hibernate.boot.model.source.internal.hbm
Constructors in org.hibernate.boot.model.source.internal.hbm with parameters of type JaxbHbmJoinedSubclassEntityType Constructor Description JoinedSubclassEntitySourceImpl(MappingDocument sourceMappingDocument, JaxbHbmJoinedSubclassEntityType jaxbJoinedSubclassMapping, EntitySource container)
-
Uses of JaxbHbmJoinedSubclassEntityType in org.hibernate.envers.boot.model
Methods in org.hibernate.envers.boot.model that return JaxbHbmJoinedSubclassEntityType Modifier and Type Method Description JaxbHbmJoinedSubclassEntityType
JoinedSubclassPersistentEntity. buildJaxbMapping()
-