@Repository(value="blProductOptionDao") public class ProductOptionDaoImpl extends Object implements ProductOptionDao
| Modifier and Type | Field and Description |
|---|---|
protected javax.persistence.EntityManager |
em |
protected EntityConfiguration |
entityConfiguration |
| Constructor and Description |
|---|
ProductOptionDaoImpl() |
| Modifier and Type | Method and Description |
|---|---|
List<ProductOption> |
readAllProductOptions() |
ProductOption |
readProductOptionById(Long id) |
ProductOptionValue |
readProductOptionValueById(Long id) |
ProductOption |
saveProductOption(ProductOption option) |
protected javax.persistence.EntityManager em
protected EntityConfiguration entityConfiguration
public List<ProductOption> readAllProductOptions()
readAllProductOptions in interface ProductOptionDaopublic ProductOption saveProductOption(ProductOption option)
saveProductOption in interface ProductOptionDaopublic ProductOption readProductOptionById(Long id)
readProductOptionById in interface ProductOptionDaopublic ProductOptionValue readProductOptionValueById(Long id)
readProductOptionValueById in interface ProductOptionDaoCopyright © 2014. All Rights Reserved.