- All Implemented Interfaces:
- Serializable
@Entity
public class ProductAlias
extends DomainObject
A mapping to allow a Product to belong to multiple Categories (under different parents) with alternate properties for that mapping if required.
The mapping comprises of unique {product, parent} combinations defining multiple parents for the same product.
Example: {P1, Parent2}, {P1, Parent3} ... . This we can see in addition to the default category the product P1 belongs to it can additionally belong to multiple other parents.
- Author:
- Arjun Dhar
- See Also:
- Serialized Form