IntelliJ IDEA 2016.2 Help

Generating Persistence Mappings

Once you have enabled JPA or Hibernate support and created persistence units or session factories, you can define mapping between the Java objects and data sources.

To map Java objects to a data source

  1. In the Persistence tool window, expand the desired module node.
  2. Right-click the desired persistence unit or session factory to generate mappings for, and choose Generate Persistence Mapping on the context menu.
  3. On the submenu, select the desired schema. You can opt to generate persistence mapping by:

See Also

Last modified: 3 June 2016