Uses of Class
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmJoinedSubclassEntityType
-
Packages that use JaxbHbmJoinedSubclassEntityType Package Description org.hibernate.boot.jaxb.hbm.spi -
-
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. joinedSubclassprotected List<JaxbHbmJoinedSubclassEntityType>JaxbHbmJoinedSubclassEntityType. joinedSubclassprotected List<JaxbHbmJoinedSubclassEntityType>JaxbHbmRootEntityType. joinedSubclassMethods in org.hibernate.boot.jaxb.hbm.spi that return JaxbHbmJoinedSubclassEntityType Modifier and Type Method Description JaxbHbmJoinedSubclassEntityTypeObjectFactory. createJaxbHbmJoinedSubclassEntityType()Create an instance ofJaxbHbmJoinedSubclassEntityTypeMethods 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.
-