SyntaxFix
Write A Post
Hire A Developer
Questions
Simple JPA update..
Customer customer = em.find(id, Customer.class); //Consider em as JPA EntityManager customer.setName(customerDto.getName); em.merge(customer);