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 java.util.List<JaxbHbmJoinedSubclassEntityType>JaxbHbmHibernateMapping. joinedSubclassprotected java.util.List<JaxbHbmJoinedSubclassEntityType>JaxbHbmJoinedSubclassEntityType. joinedSubclassprotected java.util.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 java.util.List<JaxbHbmJoinedSubclassEntityType>JaxbHbmHibernateMapping. getJoinedSubclass()Gets the value of the joinedSubclass property.java.util.List<JaxbHbmJoinedSubclassEntityType>JaxbHbmJoinedSubclassEntityType. getJoinedSubclass()Gets the value of the joinedSubclass property.java.util.List<JaxbHbmJoinedSubclassEntityType>JaxbHbmRootEntityType. getJoinedSubclass()Gets the value of the joinedSubclass property.
-