Skip to Content
0
Former Member
Jul 21, 2016 at 07:58 AM

Significance of '&' in attribute name

400 Views

Hi Experts,

I am bit confused with attribute name that contain '&' as prefix.

Under 'Impex Syntax' in Wiki Hybris, below example is given

INSERT Customer; uid[unique=true]; ...; defaultPaymentAddress( &addrID ); ... ; andi; ...; addr1 ; ...

INSERT Address; &addrID ; owner( Customer.uid ); ... ; addr1 ; andi ; ...

What I understood is

1.In 'Address' '&addrId' represents Primary key which will be used as foreign key in some other(Customer) table. 1. In'Customer' 'defaultPaymentAddress(&addId)' represents Foreign key which is PK in some other(Address) table.

But still I did not understand the significance of '&' here.

Thanks Amrita