Uses of Class
com.bytedesk.service.customer.CustomerEntity
Packages that use CustomerEntity
-
Uses of CustomerEntity in com.bytedesk.service.customer
Methods in com.bytedesk.service.customer that return CustomerEntityModifier and TypeMethodDescriptionprotected CustomerEntity
CustomerRestService.doSave
(CustomerEntity entity) CustomerRestService.handleOptimisticLockingFailureException
(org.springframework.orm.ObjectOptimisticLockingFailureException e, CustomerEntity entity) CustomerRestService.save
(CustomerEntity entity) Methods in com.bytedesk.service.customer that return types with arguments of type CustomerEntityModifier and TypeMethodDescriptionstatic org.springframework.data.jpa.domain.Specification<CustomerEntity>
CustomerSpecification.search
(CustomerRequest request) Methods in com.bytedesk.service.customer with parameters of type CustomerEntityModifier and TypeMethodDescriptionCustomerRestService.convertToResponse
(CustomerEntity entity) protected CustomerEntity
CustomerRestService.doSave
(CustomerEntity entity) CustomerRestService.handleOptimisticLockingFailureException
(org.springframework.orm.ObjectOptimisticLockingFailureException e, CustomerEntity entity) CustomerRestService.save
(CustomerEntity entity)