Defining Item types in hybris

There are 3 ways of defining an item type in Hybris. We need to decide one of the ways based on the requirement. What are those 3 ways? 1) Define the new item type without extending any existing item type 2) Define the new item type by extending it with existing item type 3) Define […]

Share this article on

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
< Previous Next >