Uses of Class
org.hibernate.boot.jaxb.mapping.JaxbJoinTable
-
Packages that use JaxbJoinTable Package Description org.hibernate.boot.jaxb.mapping -
-
Uses of JaxbJoinTable in org.hibernate.boot.jaxb.mapping
Fields in org.hibernate.boot.jaxb.mapping declared as JaxbJoinTable Modifier and Type Field Description protected JaxbJoinTable
JaxbAssociationOverride. joinTable
protected JaxbJoinTable
JaxbManyToMany. joinTable
protected JaxbJoinTable
JaxbManyToOne. joinTable
protected JaxbJoinTable
JaxbOneToMany. joinTable
protected JaxbJoinTable
JaxbOneToOne. joinTable
Methods in org.hibernate.boot.jaxb.mapping that return JaxbJoinTable Modifier and Type Method Description JaxbJoinTable
ObjectFactory. createJaxbJoinTable()
Create an instance ofJaxbJoinTable
JaxbJoinTable
AssociationAttribute. getJoinTable()
JaxbJoinTable
JaxbAssociationOverride. getJoinTable()
Gets the value of the joinTable property.JaxbJoinTable
JaxbManyToMany. getJoinTable()
Gets the value of the joinTable property.JaxbJoinTable
JaxbManyToOne. getJoinTable()
Gets the value of the joinTable property.JaxbJoinTable
JaxbOneToMany. getJoinTable()
Gets the value of the joinTable property.JaxbJoinTable
JaxbOneToOne. getJoinTable()
Gets the value of the joinTable property.Methods in org.hibernate.boot.jaxb.mapping with parameters of type JaxbJoinTable Modifier and Type Method Description void
AssociationAttribute. setJoinTable(JaxbJoinTable value)
void
JaxbAssociationOverride. setJoinTable(JaxbJoinTable value)
Sets the value of the joinTable property.void
JaxbManyToMany. setJoinTable(JaxbJoinTable value)
Sets the value of the joinTable property.void
JaxbManyToOne. setJoinTable(JaxbJoinTable value)
Sets the value of the joinTable property.void
JaxbOneToMany. setJoinTable(JaxbJoinTable value)
Sets the value of the joinTable property.void
JaxbOneToOne. setJoinTable(JaxbJoinTable value)
Sets the value of the joinTable property.
-