Each item descriptor must have one and only one primary table. The primary table is specified using the type="primary" XML attribute in a <table> tag. The primary table must define a column or columns that store the repository ID. This column is specified using the id-column-names attribute. For example:

<table name="user" type="primary" id-column-names="id">
    properties...
</table>
 
loading table of contents...