|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JoinTable | |
---|---|
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 | |
---|---|
protected JoinTable |
ManyToOne.joinTable
|
protected JoinTable |
ManyToMany.joinTable
|
protected JoinTable |
OneToMany.joinTable
|
protected JoinTable |
OneToOne.joinTable
|
Methods in org.apache.openejb.jee.jpa that return JoinTable | |
---|---|
JoinTable |
ObjectFactory.createJoinTable()
Create an instance of JoinTable |
JoinTable |
RelationField.getJoinTable()
|
JoinTable |
ManyToOne.getJoinTable()
Gets the value of the joinTable property. |
JoinTable |
ManyToMany.getJoinTable()
Gets the value of the joinTable property. |
JoinTable |
OneToMany.getJoinTable()
Gets the value of the joinTable property. |
JoinTable |
OneToOne.getJoinTable()
Gets the value of the joinTable property. |
Methods in org.apache.openejb.jee.jpa with parameters of type JoinTable | |
---|---|
void |
RelationField.setJoinTable(JoinTable value)
|
void |
ManyToOne.setJoinTable(JoinTable value)
Sets the value of the joinTable property. |
void |
ManyToMany.setJoinTable(JoinTable value)
Sets the value of the joinTable property. |
void |
OneToMany.setJoinTable(JoinTable value)
Sets the value of the joinTable property. |
void |
OneToOne.setJoinTable(JoinTable value)
Sets the value of the joinTable property. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |