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

Redeclare in items.xml

Introduction In Java , we have a concept called variable hiding which means variable with the same name is defined in both parent and child classes. In such cases,variable from Parent will be inherited but it will be hidden in the Child class as the Child class also has the same variable. we can also […]

Share this article on
< Previous Next >