Deployment and Typecodes in items.xml

We know that in Hybris items can be persisted in database. It means they will be stored in the tables. So we need to specify the table name while defining the item type so that the values of the item type will be persisted in that table. This process of defining the table for the […]

Share this article on

Defining collection in items.xml

Collection basically contains the elements of element type. element type means the type of elements we are adding into the collection. Example: Collection of String will contain the elements of String element type. Collection of Integer will contain the elements of Integer type. Collection of Address will contain the elements of Address type. Note: Element […]

Share this article on
< Previous Next >