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 JoinTableAssociationOverride. joinTableprotected JoinTableManyToMany. joinTableprotected JoinTableManyToOne. joinTableprotected JoinTableOneToMany. joinTableprotected JoinTableOneToOne. joinTableMethods in org.hibernate.jpamodelgen.xml.jaxb that return JoinTable Modifier and Type Method Description JoinTableObjectFactory. createJoinTable()Create an instance ofJoinTableJoinTableAssociationOverride. getJoinTable()Gets the value of the joinTable property.JoinTableManyToMany. getJoinTable()Gets the value of the joinTable property.JoinTableManyToOne. getJoinTable()Gets the value of the joinTable property.JoinTableOneToMany. getJoinTable()Gets the value of the joinTable property.JoinTableOneToOne. 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 voidAssociationOverride. setJoinTable(JoinTable value)Sets the value of the joinTable property.voidManyToMany. setJoinTable(JoinTable value)Sets the value of the joinTable property.voidManyToOne. setJoinTable(JoinTable value)Sets the value of the joinTable property.voidOneToMany. setJoinTable(JoinTable value)Sets the value of the joinTable property.voidOneToOne. setJoinTable(JoinTable value)Sets the value of the joinTable property.
-