@ApplicationScoped @Named public class CustomerRepository extends Object
CustomerRepository()
void
delete(Customer customer)
List<Customer>
findAll()
Customer
findById(Long id)
save(Customer customer)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public CustomerRepository()
public List<Customer> findAll()
public Customer findById(Long id)
public Customer save(Customer customer)
public void delete(Customer customer)
Copyright © 2018. All rights reserved.