Uses of Class
com.bytedesk.shop.product.ProductEntity
Packages that use ProductEntity
-
Uses of ProductEntity in com.bytedesk.shop.product
Methods in com.bytedesk.shop.product that return ProductEntityModifier and TypeMethodDescriptionprotected ProductEntity
ProductRestService.doSave
(ProductEntity entity) ProductRestService.handleOptimisticLockingFailureException
(org.springframework.orm.ObjectOptimisticLockingFailureException e, ProductEntity entity) Methods in com.bytedesk.shop.product that return types with arguments of type ProductEntityModifier and TypeMethodDescriptionprotected org.springframework.data.jpa.domain.Specification<ProductEntity>
ProductRestService.createSpecification
(ProductRequest request) protected org.springframework.data.domain.Page<ProductEntity>
ProductRestService.executePageQuery
(org.springframework.data.jpa.domain.Specification<ProductEntity> specification, org.springframework.data.domain.Pageable pageable) Methods in com.bytedesk.shop.product with parameters of type ProductEntityModifier and TypeMethodDescriptionProductRestService.convertToResponse
(ProductEntity entity) protected ProductEntity
ProductRestService.doSave
(ProductEntity entity) ProductRestService.handleOptimisticLockingFailureException
(org.springframework.orm.ObjectOptimisticLockingFailureException e, ProductEntity entity) Method parameters in com.bytedesk.shop.product with type arguments of type ProductEntityModifier and TypeMethodDescriptionprotected org.springframework.data.domain.Page<ProductEntity>
ProductRestService.executePageQuery
(org.springframework.data.jpa.domain.Specification<ProductEntity> specification, org.springframework.data.domain.Pageable pageable)