Uses of Class
org.hibernate.internal.jaxb.mapping.hbm.JaxbUnionSubclassElement

Packages that use JaxbUnionSubclassElement
org.hibernate.internal.jaxb.mapping.hbm   
 

Uses of JaxbUnionSubclassElement in org.hibernate.internal.jaxb.mapping.hbm
 

Fields in org.hibernate.internal.jaxb.mapping.hbm with type parameters of type JaxbUnionSubclassElement
protected  List<JaxbUnionSubclassElement> JaxbUnionSubclassElement.unionSubclass
           
protected  List<JaxbUnionSubclassElement> JaxbHibernateMapping.JaxbClass.unionSubclass
           
 

Methods in org.hibernate.internal.jaxb.mapping.hbm that return JaxbUnionSubclassElement
 JaxbUnionSubclassElement ObjectFactory.createJaxbUnionSubclassElement()
          Create an instance of JaxbUnionSubclassElement
 

Methods in org.hibernate.internal.jaxb.mapping.hbm that return types with arguments of type JaxbUnionSubclassElement
 List<JaxbUnionSubclassElement> JaxbUnionSubclassElement.getUnionSubclass()
          Gets the value of the unionSubclass property.
 List<JaxbUnionSubclassElement> JaxbHibernateMapping.JaxbClass.getUnionSubclass()
          Gets the value of the unionSubclass property.
 



Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.