
| Key: |
NUCRDBMS-19
|
| Type: |
New Feature
|
| Status: |
Open
|
| Priority: |
Major
|
| Assignee: |
Unassigned
|
| Reporter: |
Andy Jefferson
|
| Votes: |
0
|
| Watchers: |
0
|
|
If you were logged in you would be able to see more operations.
|
|
|
|
When we have
interface Container {}
class A implements Container
{
Collection elements;
}
class B implements Container
{
Collection elements;
}
class Element
{
Container cont;
}
and the relation is bidirectional and we want to use a join table JPOX is currently incorrectly adding implementation FK columns to the Element table. It should operate just like a 1-N bidir
|
|
Description
|
When we have
interface Container {}
class A implements Container
{
Collection elements;
}
class B implements Container
{
Collection elements;
}
class Element
{
Container cont;
}
and the relation is bidirectional and we want to use a join table JPOX is currently incorrectly adding implementation FK columns to the Element table. It should operate just like a 1-N bidir |
Show » |
Sort Order:
|