Uses of Class
com.bytedesk.core.customer.CustomerEntity
Packages that use CustomerEntity
-
Uses of CustomerEntity in com.bytedesk.core.customer
Methods in com.bytedesk.core.customer that return CustomerEntityMethods in com.bytedesk.core.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.core.customer with parameters of type CustomerEntityModifier and TypeMethodDescriptionCustomerRestService.convertToResponse
(CustomerEntity entity) void
CustomerRestService.handleOptimisticLockingFailureException
(org.springframework.orm.ObjectOptimisticLockingFailureException e, CustomerEntity entity) CustomerRestService.save
(CustomerEntity entity)