org.broadleafcommerce.core.catalog.dao
Class ProductOptionDaoImpl
java.lang.Object
org.broadleafcommerce.core.catalog.dao.ProductOptionDaoImpl
- All Implemented Interfaces:
- ProductOptionDao
@Repository(value="blProductOptionDao")
public class ProductOptionDaoImpl
- extends Object
- implements ProductOptionDao
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
em
protected javax.persistence.EntityManager em
entityConfiguration
protected EntityConfiguration entityConfiguration
ProductOptionDaoImpl
public ProductOptionDaoImpl()
readAllProductOptions
public List<ProductOption> readAllProductOptions()
- Specified by:
readAllProductOptions in interface ProductOptionDao
readProductOptionById
public ProductOption readProductOptionById(Long id)
- Specified by:
readProductOptionById in interface ProductOptionDao
readProductOptionValueById
public ProductOptionValue readProductOptionValueById(Long id)
- Specified by:
readProductOptionValueById in interface ProductOptionDao
Copyright © 2012. All Rights Reserved.