Class DefaultCustomerDao

    • Constructor Detail

      • DefaultCustomerDao

        public DefaultCustomerDao()
    • Method Detail

      • findCustomerByCustomerId

        public CustomerModel findCustomerByCustomerId​(java.lang.String customerId)
        Description copied from interface: CustomerDao
        Finds the customer by the unique customerId
        Specified by:
        findCustomerByCustomerId in interface CustomerDao
        Parameters:
        customerId - the unique customerId in UUID format, that represents the customer
        Returns:
        The customer found