Uses of Class
org.apache.openejb.jee.jpa.JoinTable
-
Packages that use JoinTable Package Description org.apache.openejb.jee.jpa Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. -
-
Uses of JoinTable in org.apache.openejb.jee.jpa
Fields in org.apache.openejb.jee.jpa declared as JoinTable Modifier and Type Field Description protected JoinTableAssociationOverride. joinTableprotected JoinTableManyToMany. joinTableprotected JoinTableManyToOne. joinTableprotected JoinTableOneToMany. joinTableprotected JoinTableOneToOne. joinTableMethods in org.apache.openejb.jee.jpa 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.JoinTableRelationField. getJoinTable()Methods in org.apache.openejb.jee.jpa 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.voidRelationField. setJoinTable(JoinTable value)
-