Type to start searching...
attributes : string
Association attributes that can be read without performing a separate heterogeneous query on the associated class. Not valid on primitive attributes. The attributes must have persistence mappings in the associated class.
destinationKey : string
The name of the destination key; unspecified to use the object key of the associated class.
maxLength : nonNegativeInt
The maximum data length of a string or binary attribute; 0 for unlimited.
Valid values based on“int”. | |
---|---|
0 (minInclusive) |
name : identifier
The name of the persistent attribute. Unmapped attributes are not persistent.
Valid values based on“string”. | |
---|---|
:?[\p{L}_][\p{L}\p{N}_]*(:[\p{L}_][\p{L}\p{N}_]*)* |
Value must begin with a letter or an underscore. Case and length are not restricted. Letters, numbers and underscores are allowed. Colon is used as a scope separator. Spaces and other punctuation characters are not allowed. |
objectSourceKey : boolean
True if the association source key is the object key; false if it is a foreign key.