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

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

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

Fields in org.hibernate.internal.jaxb.mapping.orm with type parameters of type JaxbJoinColumn
protected  List<JaxbJoinColumn> JaxbJoinTable.inverseJoinColumn
           
protected  List<JaxbJoinColumn> JaxbManyToOne.joinColumn
           
protected  List<JaxbJoinColumn> JaxbOneToOne.joinColumn
           
protected  List<JaxbJoinColumn> JaxbJoinTable.joinColumn
           
protected  List<JaxbJoinColumn> JaxbCollectionTable.joinColumn
           
protected  List<JaxbJoinColumn> JaxbOneToMany.joinColumn
           
protected  List<JaxbJoinColumn> JaxbAssociationOverride.joinColumn
           
 

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

Methods in org.hibernate.internal.jaxb.mapping.orm that return types with arguments of type JaxbJoinColumn
 List<JaxbJoinColumn> JaxbJoinTable.getInverseJoinColumn()
          Gets the value of the inverseJoinColumn property.
 List<JaxbJoinColumn> JaxbManyToOne.getJoinColumn()
          Gets the value of the joinColumn property.
 List<JaxbJoinColumn> JaxbOneToOne.getJoinColumn()
          Gets the value of the joinColumn property.
 List<JaxbJoinColumn> JaxbJoinTable.getJoinColumn()
          Gets the value of the joinColumn property.
 List<JaxbJoinColumn> JaxbCollectionTable.getJoinColumn()
          Gets the value of the joinColumn property.
 List<JaxbJoinColumn> JaxbOneToMany.getJoinColumn()
          Gets the value of the joinColumn property.
 List<JaxbJoinColumn> JaxbAssociationOverride.getJoinColumn()
          Gets the value of the joinColumn property.
 



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