|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SecondaryTable | |
|---|---|
| org.eclipse.jpt.jpa.core.context | |
| org.eclipse.jpt.jpa.core.context.java | |
| org.eclipse.jpt.jpa.core.context.orm | |
| Uses of SecondaryTable in org.eclipse.jpt.jpa.core.context |
|---|
| Methods in org.eclipse.jpt.jpa.core.context that return SecondaryTable | |
|---|---|
SecondaryTable |
Entity.addSpecifiedSecondaryTable()
Add a specified secondary table to the entity return the object representing it. |
SecondaryTable |
Entity.addSpecifiedSecondaryTable(int index)
Add a specified secondary table to the entity return the object representing it. |
SecondaryTable |
VirtualSecondaryTable.getOverriddenTable()
|
| Methods in org.eclipse.jpt.jpa.core.context that return types with arguments of type SecondaryTable | |
|---|---|
java.util.ListIterator<? extends SecondaryTable> |
Entity.specifiedSecondaryTables()
Return a list iterator of the specified secondary tables. |
| Methods in org.eclipse.jpt.jpa.core.context with parameters of type SecondaryTable | |
|---|---|
void |
Entity.removeSpecifiedSecondaryTable(SecondaryTable secondaryTable)
Remove the specified secondary table at the index from the entity. |
| Uses of SecondaryTable in org.eclipse.jpt.jpa.core.context.java |
|---|
| Subinterfaces of SecondaryTable in org.eclipse.jpt.jpa.core.context.java | |
|---|---|
interface |
JavaSecondaryTable
Java secondary table |
| Uses of SecondaryTable in org.eclipse.jpt.jpa.core.context.orm |
|---|
| Subinterfaces of SecondaryTable in org.eclipse.jpt.jpa.core.context.orm | |
|---|---|
interface |
OrmSecondaryTable
orm.xml secondary table |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||