| #define SQT_REGISTER | ( | QUALIFIED_TABLE_NAME | ) |
Registers the specified table type in the framework, enabling ORM capabilities for the associated entity type.
| QUALIFIED_TABLE_NAME | The fully qualified table name, including its namespace, where it is defined using SQT_TABLE_BEGIN. |
This macro generates a partial specialization of the sqt::TableMapping primary template, mapping the entity type to its corresponding table type.
Example usage: