Uses of Record Class
org.bookstore.customer.dto.CustomerInfo
-
Uses of CustomerInfo in org.bookstore.customer.service
Modifier and TypeMethodDescriptionCustomerService.searchCustomers
(String name) Searches for customers by name.
A customer is included in the result if his first or last name matches the specified name.