The <table> tag defines the SQL database tables that store properties of repository items.

table Child Tags

Child Tag

How many?

property

one or more

table Tag Attributes

Attribute

Description

Value

name

The table’s name in the database.

Required.

id-column-names

The name or names of the database columns that correspond to the repository ID.

Required.

multi-column-name

For multi-valued properties that are Arrays, Lists or Maps, specifies which column is to be used as the sorting value to determine the order of the Array or List and the key for the Map.

String

type

The table’s type.

Can be one of:
primary
auxiliary
multi

Default is auxiliary.

 
loading table of contents...