Each item descriptor must specify one primary table. The primary table is specified with 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 with the id-column-names attribute. For example:

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

 
loading table of contents...