How to increase the default length of a column in Hybris

Requirement I need to increase default length of column defined in Hybris Example I need to increase the length of a column called “nickname” defined as part of “MyStoreCustomer” item type Whenever we define any column as a String type in items.xml, By default Hybris defines max length of column as 255 characters. It means […]

Share this article on

Builder Pattern

Let us understand the Builder Pattern Builder Pattern is mainly used to construct complex objects, which means objects having lot of attributes (some of them are optional). And it defines same object building process (as the name indicates) to construct any number of complex objects. In this pattern, construction of complex object is separated from […]

Share this article on
< Previous Next >