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

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

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

Fields in org.hibernate.internal.jaxb.mapping.orm declared as JaxbJoinTable
protected  JaxbJoinTable JaxbManyToOne.joinTable
           
protected  JaxbJoinTable JaxbOneToOne.joinTable
           
protected  JaxbJoinTable JaxbOneToMany.joinTable
           
protected  JaxbJoinTable JaxbManyToMany.joinTable
           
protected  JaxbJoinTable JaxbAssociationOverride.joinTable
           
 

Methods in org.hibernate.internal.jaxb.mapping.orm that return JaxbJoinTable
 JaxbJoinTable ObjectFactory.createJaxbJoinTable()
          Create an instance of JaxbJoinTable
 JaxbJoinTable JaxbManyToOne.getJoinTable()
          Gets the value of the joinTable property.
 JaxbJoinTable JaxbOneToOne.getJoinTable()
          Gets the value of the joinTable property.
 JaxbJoinTable JaxbOneToMany.getJoinTable()
          Gets the value of the joinTable property.
 JaxbJoinTable JaxbManyToMany.getJoinTable()
          Gets the value of the joinTable property.
 JaxbJoinTable JaxbAssociationOverride.getJoinTable()
          Gets the value of the joinTable property.
 

Methods in org.hibernate.internal.jaxb.mapping.orm with parameters of type JaxbJoinTable
 void JaxbManyToOne.setJoinTable(JaxbJoinTable value)
          Sets the value of the joinTable property.
 void JaxbOneToOne.setJoinTable(JaxbJoinTable value)
          Sets the value of the joinTable property.
 void JaxbOneToMany.setJoinTable(JaxbJoinTable value)
          Sets the value of the joinTable property.
 void JaxbManyToMany.setJoinTable(JaxbJoinTable value)
          Sets the value of the joinTable property.
 void JaxbAssociationOverride.setJoinTable(JaxbJoinTable value)
          Sets the value of the joinTable property.
 



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