The tjdo.field tag gives access to the TJDO extensions at the field level to be included in the
generated jdo metadata.
Parameter
|
Type
|
Applicability
|
Description
|
Mandatory
|
column-length
|
int
|
|
String fields can specify the maximum length of the String that will be stored in the database column. This should be with the sql.column stuff.
|
false
|
owner-field
|
text
|
|
Specifies the column in the detail table that is the foreign key to this object. For inverse set and inverse map.
|
false
|
key-field
|
text
|
|
Specifies the column in the related table that is the map key for the inverse map. Used with inverse map.
|
false
|
collection-field
|
text
|
|
Specifies the column in the master table that this object is in an inverse set detail relationship with.
|
false
|
map-field
|
text
|
|
Specifies the column in the master table that this object is in an inverse map detail relationship with.
|
false
|