tableDefinition property Null safety
final
The name of type of persistent instances represented by this entity.
Managed objects are made up of two components, a table definition and an instance type. The system uses this type to define the mapping to the underlying database table.
Implementation
final String tableDefinition;