IntelliJ IDEA 2023.3 Help

Hibernate and JPA facet pages

Use this page to manage configuration and object/relational mapping files, and to download missing libraries.

Item

Description

Descriptors

Use the controls in this section to manage configuration and O/R mapping files such as hibernate.cfg.xml for Hibernate, and persistence.xml and orm.xml for JPA.

 Alt+Insert. Add an existing file or create a new one. In the dialog that opens, specify the file location and name.

 Enter. Replace the selected file with another (existing) file. In the dialog that opens, specify the file that you want to use as a replacement.

 Alt+Delete. Remove the selected file from the list. In the dialog that opens, specify whether you want to physically delete the file. (Otherwise, only the file association with the facet will be removed.)

Default JPA Provider

For JPA: When persistence.xml is created, this setting affects the <provider> element in that file. For example, <provider>org.eclipse.persistence.jpa.PersistenceProvider</provider> will be generated for EclipseLink. There will be no <provider> element if <no provider> is selected.

Fix

If there are missing libraries, click this button to fix the problem.

Last modified: 15 March 2024