Uses of Class
org.hibernate.boot.jaxb.mapping.JaxbJoinTable
Packages that use JaxbJoinTable
-
Uses of JaxbJoinTable in org.hibernate.boot.jaxb.mapping
Fields in org.hibernate.boot.jaxb.mapping declared as JaxbJoinTableModifier and TypeFieldDescriptionprotected JaxbJoinTableJaxbAssociationOverride.joinTableprotected JaxbJoinTableJaxbManyToMany.joinTableprotected JaxbJoinTableJaxbManyToOne.joinTableprotected JaxbJoinTableJaxbOneToMany.joinTableprotected JaxbJoinTableJaxbOneToOne.joinTableMethods in org.hibernate.boot.jaxb.mapping that return JaxbJoinTableModifier and TypeMethodDescriptionObjectFactory.createJaxbJoinTable()Create an instance ofJaxbJoinTableAssociationAttribute.getJoinTable()JaxbAssociationOverride.getJoinTable()Gets the value of the joinTable property.JaxbManyToMany.getJoinTable()Gets the value of the joinTable property.JaxbManyToOne.getJoinTable()Gets the value of the joinTable property.JaxbOneToMany.getJoinTable()Gets the value of the joinTable property.JaxbOneToOne.getJoinTable()Gets the value of the joinTable property.Methods in org.hibernate.boot.jaxb.mapping with parameters of type JaxbJoinTableModifier and TypeMethodDescriptionvoidAssociationAttribute.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.