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. joinedSubclass
protected java.util.List<JaxbHbmJoinedSubclassEntityType>
JaxbHbmJoinedSubclassEntityType. joinedSubclass
protected java.util.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 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.
-