Uses of Class
org.hibernate.jpamodelgen.xml.jaxb.JoinTable

Packages that use JoinTable
org.hibernate.jpamodelgen.xml.jaxb   
 

Uses of JoinTable in org.hibernate.jpamodelgen.xml.jaxb
 

Fields in org.hibernate.jpamodelgen.xml.jaxb declared as JoinTable
protected  JoinTable ManyToMany.joinTable
           
protected  JoinTable OneToMany.joinTable
           
protected  JoinTable ManyToOne.joinTable
           
protected  JoinTable AssociationOverride.joinTable
           
protected  JoinTable OneToOne.joinTable
           
 

Methods in org.hibernate.jpamodelgen.xml.jaxb that return JoinTable
 JoinTable ObjectFactory.createJoinTable()
          Create an instance of JoinTable
 JoinTable ManyToMany.getJoinTable()
          Gets the value of the joinTable property.
 JoinTable OneToMany.getJoinTable()
          Gets the value of the joinTable property.
 JoinTable ManyToOne.getJoinTable()
          Gets the value of the joinTable property.
 JoinTable AssociationOverride.getJoinTable()
          Gets the value of the joinTable property.
 JoinTable OneToOne.getJoinTable()
          Gets the value of the joinTable property.
 

Methods in org.hibernate.jpamodelgen.xml.jaxb with parameters of type JoinTable
 void ManyToMany.setJoinTable(JoinTable value)
          Sets the value of the joinTable property.
 void OneToMany.setJoinTable(JoinTable value)
          Sets the value of the joinTable property.
 void ManyToOne.setJoinTable(JoinTable value)
          Sets the value of the joinTable property.
 void AssociationOverride.setJoinTable(JoinTable value)
          Sets the value of the joinTable property.
 void OneToOne.setJoinTable(JoinTable value)
          Sets the value of the joinTable property.
 



Copyright © 2009-2011. All Rights Reserved.