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

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

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

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

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

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



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