IntelliJ IDEA 2016.2 Help

Navigating to Underlying Code

Besides the basic way to jump to source code, IntelliJ IDEA provides additional facilities.

To navigate to the source code of a Hibernate element, do one of the following

  • In the Persistence tool window, select the desired element or attribute, and choose Jump to Source on its context menu, or just press F4. So doing, the corresponding descriptor file opens with the caret at the Hibernate class or attribute declaration.
  • In the Hibernate ER diagram of a session factory, select the desired node, and choose Edit Hibernate Class on the context menu. So doing, the corresponding Java class opens with the caret at the class declaration.

See Also

Last modified: 3 June 2016