Intellij UML diagram does not show one to many relationships
- by Calm Storm
I am trying to follow http://www.jetbrains.com/idea/features/uml_class_diagram.html I have a few classes so when I do Ctrl + Alt + U I only see all classes and just Extends relationships.
Please note that I have set the "Diagrams" options in my settings to show one to many etc.
I do not see One to One, One to Many relationships at all ? I have used JPA OneToOne Annotations and they dont turn up at all?
Pressing Ctrl Shift F12 does not do anything?
Can someone please explain?