Package com.broadleafcommerce.catalog.provider.jpa.domain.asset
package com.broadleafcommerce.catalog.provider.jpa.domain.asset
-
ClassDescription
JpaCategoryAsset.tags
are meant to be query-able and individually modifiable, and thus it is necessary to maintain them in a separate table.The ID class representing the composite key forJpaCategoryAssetTag
.The persisted counterpart to aIncludedProductAsset
for use with a JPA datastore.JpaProductAsset.tags
are meant to be query-able and individually modifiable, and thus it is necessary to maintain them in a separate table.The ID class representing the composite key forJpaProductAssetTag
.The persisted counterpart to aSpecificItemChoiceAsset
for use with a JPA datastore.