Sets the name of the table for a class. The name generator for the datastore of the class provides the default name. This extension can also be nested inside other extensions to set table names (see db-link-table).
|
Copy Code |
<class name="Category">
<extension key="db-table-name" value="cat" />
</class>
|