rootEntityType property

Type rootEntityType
final

Type that constitutes the root of an object graph that is to be communicated and to be persisted. Extra code is generated for PODOs to which the EntityAdapted is applied to as an annotation as long as those PODOs are a subclass of rootEntityType.

For each PODO that is a subclass of rootEntityType, a subclass of EntityAdapted, containing a facade to the extra features of the PODO is generated. A subclass of EntityPermissions is also generated containing the CRUD permissions of that PODO.

Implementation

final Type rootEntityType;