General information

This table lists the General information fields available in the JPA Details view for each entity type.

Property Description Default Available for Entity Type
Map As Specify the type of entity: Entity, Mapped Superclass, Embeddable. Entity Entity, Embeddable, and Mapped superclass
Name The name of this entity. By default, the class name is used as the entity name.
Entity
Table The primary database table associated with the entity.
Entity
Catalog The database catalog that contains the Table. As defined in orm.xml. Entity
Schema The database schema that contains the Table. As defined in orm.xml. Entity
Attribute Overrides Specify a property or field to be overridden (from the default mappings). Select Override Default.
Entity
  Column The database column (from the Table Name) mapped to the entity.
Entity
  Table Name of the database table that contains the selected column.
Entity

 

Related task

Adding persistence to a class

 

Related reference

JPA Details view (for entities)