Synchronizing classes

As you work with the classes in your Java project, you will need to update the persistence.xml file to reflect the changes.

Use this procedure to synchronize the persistence.xml file:

  1. Right-click the persistence.xml file in the Project Explorer and select Synchronize Classes.


    Note:

    Use this function if you selected Annotated classes must be listed in the persistence.xml option in the JPA Facet page. In general, you do not have to use this function within the container.

    Synchronizing the persistence.xml File

    This figure shows the JPA Tools > Synchronize Classes option.

    Dali adds the necessary <class> elements to the persistence.xml file.

  2. Use the Persistence XML Editor to continue editing the persistence.xml file.

Related task

Managing the persistence.xml file

 

Related concept

The persistence.xml file