com.service.customer.ejb
Class ProcessCustomerSessionBean
java.lang.Object
com.service.customer.ejb.ProcessCustomerSessionBean
- All Implemented Interfaces:
- ProcessCustomerSessionLocal
public class ProcessCustomerSessionBean
- extends Object
- implements ProcessCustomerSessionLocal
Field Summary |
protected javax.persistence.EntityManagerFactory |
emf
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
emf
protected javax.persistence.EntityManagerFactory emf
ProcessCustomerSessionBean
public ProcessCustomerSessionBean()
findAllCustomers
public List<Customer> findAllCustomers()
- Specified by:
findAllCustomers
in interface ProcessCustomerSessionLocal
findCustomer
public Customer findCustomer(String key)
- Specified by:
findCustomer
in interface ProcessCustomerSessionLocal
Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.