Generators

This table lists the Generator information fields available in the JPA Details view for the orm.xml file.

Property Description
Generator Displays the existing Sequence and Table generators.

Click Add Sequence or Add Table to add a new generator.

For sequence generators, you must complete the following fields:

  • Name

  • Sequence

  • Schema

  • Catalog

  • Allocation size

  • Initial value

For table generators, you must complete the following fields:

  • Name

  • Table

  • Schema

  • Catalog

  • Primary key column

  • Value column

  • Primary key column value

  • Allocation size


 

Related task

Adding persistence to a class

 

Related reference

JPA Details view (for orm.xml)