Customize Individual Entities

Use this page to customize each generated entity. Select an item in the Table and columns area, then complete the following fields for each item.

Property Description
Table Mapping Use these options to define the table mapping information for the entity.
  Key generator Select the generator used for this mapping.
  Sequence name Enter a name for the sequence.

You can use $table and $pk as variables in the name. These will be replaced by the table name and primary key column name (respectively) when Dali generates a table mapping.

  Entity access Specify the default entity access method: Field (default) or Property.
Domain Java Class Use these options to define the class information (Superclass and Interfaces) for the entity.

 

Related task

Creating a JPA Entity
Generating entities from tables
JPA Details view (for entities)

 

Related reference

Generate Entities from Tables Wizard