entitytled.EntityComponent
Base class for entity tables.
Extend this class to define a table for an entity type. Entity tables must define an ID column. Clients need to implement the id member.
id
The entity type this table represents.
The entity's ID type.
The entity table's ID column.
Base class for entity tables.
Extend this class to define a table for an entity type. Entity tables must define an ID column. Clients need to implement the
id
member.The entity type this table represents.
The entity's ID type.