t_ServiceMapping_AttributeMappings_AttributeMapping
AttributeMapping
Properties
attributes : stringAssociation 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 : stringThe name of the destination key; unspecified to use the object key of the associated class.
maxLength : nonNegativeIntThe maximum data length of a string or binary attribute; 0 for unlimited.
Valid values based on“int”. 0 (minInclusive) name : identifierThe 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 : booleanTrue if the association source key is the object key; false if it is a foreign key.
Parents
Parent topic: t_ServiceMapping_AttributeMappings