Uses of Class
org.hibernate.internal.jaxb.mapping.orm.JaxbMapKeyJoinColumn

Packages that use JaxbMapKeyJoinColumn
org.hibernate.internal.jaxb.mapping.orm   
 

Uses of JaxbMapKeyJoinColumn in org.hibernate.internal.jaxb.mapping.orm
 

Fields in org.hibernate.internal.jaxb.mapping.orm with type parameters of type JaxbMapKeyJoinColumn
protected  List<JaxbMapKeyJoinColumn> JaxbElementCollection.mapKeyJoinColumn
           
protected  List<JaxbMapKeyJoinColumn> JaxbManyToMany.mapKeyJoinColumn
           
protected  List<JaxbMapKeyJoinColumn> JaxbOneToMany.mapKeyJoinColumn
           
 

Methods in org.hibernate.internal.jaxb.mapping.orm that return JaxbMapKeyJoinColumn
 JaxbMapKeyJoinColumn ObjectFactory.createJaxbMapKeyJoinColumn()
          Create an instance of JaxbMapKeyJoinColumn
 

Methods in org.hibernate.internal.jaxb.mapping.orm that return types with arguments of type JaxbMapKeyJoinColumn
 List<JaxbMapKeyJoinColumn> JaxbElementCollection.getMapKeyJoinColumn()
          Gets the value of the mapKeyJoinColumn property.
 List<JaxbMapKeyJoinColumn> JaxbManyToMany.getMapKeyJoinColumn()
          Gets the value of the mapKeyJoinColumn property.
 List<JaxbMapKeyJoinColumn> JaxbOneToMany.getMapKeyJoinColumn()
          Gets the value of the mapKeyJoinColumn property.
 



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