Transient Mapping


Use the Transient Mapping to specify a or field of the entity class that is not persistent.

To create a version mapping:

  1. In the Persistence Outline View, select the field to map. The Persistence Properties View (for Attributes) displays the properties for the selected.

  2. In the Map As field, select Transient.

Eclipse adds the following annotation to the field:

@Transient

 

Related task

Mapping an Entity

 

Related reference

Persistence Outline View
Persistence Properties View (for Attributes)

 

Related concept

Understanding OR Mapping
Understanding JSR220: EJB 3.0