Using automatic persistence

When using automatic persistence, EJB Server manages all interaction with the database. There are two options for database storage when using automatic persistence:

NoteIdentifying the storage technique The component uses mapped field storage if the value of the Table field on the Persistence tab begins with map:, for example, map:MyTable.

StepsTo configure automatic persistence:

  1. Configure Persistence tab properties.

  2. Specify field to column mapping properties.

  3. Specify finder-method queries.