Collection v/s relation in Hybris

We know that Collection can be used as an alternative for OneToMany relation But in that case, why do we go for Relation sometimes and why do we go for collection some other times? Let’s see in detail what happens when we go for collection and what happens when we go for relation. Requirement : […]

Share this article on

Dynamic Attribute

As we all know that any attribute we define in item type will have a tag called persistent type. persistent type=”property” persistent type=”property” In this case, Corresponding column will be created in the database and hence the values will be stored in the DB. So it’s called persistent attribute. persistent type=”dynamic” persistent type=”dynamic” In this […]

Share this article on
< Previous Next >