Class CategoryProductXrefImpl

java.lang.Object
org.broadleafcommerce.core.catalog.domain.CategoryProductXrefImpl
All Implemented Interfaces:
Serializable, MultiTenantCloneable<CategoryProductXref>, CategoryProductXref

@Entity public class CategoryProductXrefImpl extends Object implements CategoryProductXref
The Class CategoryProductXrefImpl is the default implmentation of Category. This entity is only used for executing a named query.

If you want to add fields specific to your implementation of BroadLeafCommerce you should extend this class and add your fields. If you need to make significant changes to the class then you should implement your own version of Category.

This implementation uses a Hibernate implementation of JPA configured through annotations. The Entity references the following tables: BLC_CATEGORY_PRODUCT_XREF,

Author:
btaylor
See Also: