Uses of Class
org.hibernate.jpamodelgen.xml.jaxb.JoinTable
-
Packages that use JoinTable Package Description org.hibernate.jpamodelgen.xml.jaxb -
-
Uses of JoinTable in org.hibernate.jpamodelgen.xml.jaxb
Fields in org.hibernate.jpamodelgen.xml.jaxb declared as JoinTable Modifier and Type Field Description protected JoinTable
AssociationOverride. joinTable
protected JoinTable
ManyToMany. joinTable
protected JoinTable
ManyToOne. joinTable
protected JoinTable
OneToMany. joinTable
protected JoinTable
OneToOne. joinTable
Methods in org.hibernate.jpamodelgen.xml.jaxb that return JoinTable Modifier and Type Method Description JoinTable
ObjectFactory. createJoinTable()
Create an instance ofJoinTable
JoinTable
AssociationOverride. getJoinTable()
Gets the value of the joinTable property.JoinTable
ManyToMany. getJoinTable()
Gets the value of the joinTable property.JoinTable
ManyToOne. getJoinTable()
Gets the value of the joinTable property.JoinTable
OneToMany. 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 Modifier and Type Method Description void
AssociationOverride. setJoinTable(JoinTable value)
Sets the value of the joinTable property.void
ManyToMany. setJoinTable(JoinTable value)
Sets the value of the joinTable property.void
ManyToOne. setJoinTable(JoinTable value)
Sets the value of the joinTable property.void
OneToMany. setJoinTable(JoinTable value)
Sets the value of the joinTable property.void
OneToOne. setJoinTable(JoinTable value)
Sets the value of the joinTable property.
-