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 JaxbJoinTableJaxbAssociationOverride. joinTableprotected JaxbJoinTableJaxbManyToMany. joinTableprotected JaxbJoinTableJaxbManyToOne. joinTableprotected JaxbJoinTableJaxbOneToMany. joinTableprotected JaxbJoinTableJaxbOneToOne. joinTableMethods in org.hibernate.boot.jaxb.mapping that return JaxbJoinTable Modifier and Type Method Description JaxbJoinTableObjectFactory. createJaxbJoinTable()Create an instance ofJaxbJoinTableJaxbJoinTableAssociationAttribute. getJoinTable()JaxbJoinTableJaxbAssociationOverride. getJoinTable()Gets the value of the joinTable property.JaxbJoinTableJaxbManyToMany. getJoinTable()Gets the value of the joinTable property.JaxbJoinTableJaxbManyToOne. getJoinTable()Gets the value of the joinTable property.JaxbJoinTableJaxbOneToMany. getJoinTable()Gets the value of the joinTable property.JaxbJoinTableJaxbOneToOne. 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 voidAssociationAttribute. setJoinTable(JaxbJoinTable value)voidJaxbAssociationOverride. setJoinTable(JaxbJoinTable value)Sets the value of the joinTable property.voidJaxbManyToMany. setJoinTable(JaxbJoinTable value)Sets the value of the joinTable property.voidJaxbManyToOne. setJoinTable(JaxbJoinTable value)Sets the value of the joinTable property.voidJaxbOneToMany. setJoinTable(JaxbJoinTable value)Sets the value of the joinTable property.voidJaxbOneToOne. setJoinTable(JaxbJoinTable value)Sets the value of the joinTable property.
-