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

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

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

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

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

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



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