Uses of Class
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnionSubclassEntityType
-
Packages that use JaxbHbmUnionSubclassEntityType Package Description org.hibernate.boot.jaxb.hbm.spi org.hibernate.envers.boot.model -
-
Uses of JaxbHbmUnionSubclassEntityType in org.hibernate.boot.jaxb.hbm.spi
Fields in org.hibernate.boot.jaxb.hbm.spi with type parameters of type JaxbHbmUnionSubclassEntityType Modifier and Type Field Description protected List<JaxbHbmUnionSubclassEntityType>
JaxbHbmHibernateMapping. unionSubclass
protected List<JaxbHbmUnionSubclassEntityType>
JaxbHbmRootEntityType. unionSubclass
protected List<JaxbHbmUnionSubclassEntityType>
JaxbHbmUnionSubclassEntityType. unionSubclass
Methods in org.hibernate.boot.jaxb.hbm.spi that return JaxbHbmUnionSubclassEntityType Modifier and Type Method Description JaxbHbmUnionSubclassEntityType
ObjectFactory. createJaxbHbmUnionSubclassEntityType()
Create an instance ofJaxbHbmUnionSubclassEntityType
Methods in org.hibernate.boot.jaxb.hbm.spi that return types with arguments of type JaxbHbmUnionSubclassEntityType Modifier and Type Method Description List<JaxbHbmUnionSubclassEntityType>
JaxbHbmHibernateMapping. getUnionSubclass()
Gets the value of the unionSubclass property.List<JaxbHbmUnionSubclassEntityType>
JaxbHbmRootEntityType. getUnionSubclass()
Gets the value of the unionSubclass property.List<JaxbHbmUnionSubclassEntityType>
JaxbHbmUnionSubclassEntityType. getUnionSubclass()
Gets the value of the unionSubclass property. -
Uses of JaxbHbmUnionSubclassEntityType in org.hibernate.envers.boot.model
Methods in org.hibernate.envers.boot.model that return JaxbHbmUnionSubclassEntityType Modifier and Type Method Description JaxbHbmUnionSubclassEntityType
UnionSubclassPersistentEntity. buildJaxbMapping()
-