Uses of Class
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnionSubclassEntityType
-
Packages that use JaxbHbmUnionSubclassEntityType Package Description org.hibernate.boot.jaxb.hbm.spi -
-
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. unionSubclassprotected List<JaxbHbmUnionSubclassEntityType>JaxbHbmRootEntityType. unionSubclassprotected List<JaxbHbmUnionSubclassEntityType>JaxbHbmUnionSubclassEntityType. unionSubclassMethods in org.hibernate.boot.jaxb.hbm.spi that return JaxbHbmUnionSubclassEntityType Modifier and Type Method Description JaxbHbmUnionSubclassEntityTypeObjectFactory. createJaxbHbmUnionSubclassEntityType()Create an instance ofJaxbHbmUnionSubclassEntityTypeMethods 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.
-