|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ProductEntity | |
---|---|
com.restfully.shop.persistence | |
com.restfully.shop.services |
Uses of ProductEntity in com.restfully.shop.persistence |
---|
Fields in com.restfully.shop.persistence declared as ProductEntity | |
---|---|
protected ProductEntity |
LineItemEntity.product
|
Methods in com.restfully.shop.persistence that return ProductEntity | |
---|---|
ProductEntity |
LineItemEntity.getProduct()
|
Methods in com.restfully.shop.persistence with parameters of type ProductEntity | |
---|---|
void |
LineItemEntity.setProduct(ProductEntity product)
|
Uses of ProductEntity in com.restfully.shop.services |
---|
Methods in com.restfully.shop.services with parameters of type ProductEntity | |
---|---|
static void |
ProductResourceBean.domain2entity(ProductEntity entity,
Product product)
|
static Product |
ProductResourceBean.entity2domain(ProductEntity entity)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |