edu.cmu.mse.vault.customer
Interface CustomerEntityLocalHome
- All Superinterfaces:
- javax.ejb.EJBLocalHome
- public interface CustomerEntityLocalHome
- extends javax.ejb.EJBLocalHome
Home interface for CustomerEntity.
Methods inherited from interface javax.ejb.EJBLocalHome |
remove |
findByPrimaryKey
public CustomerEntityLocal findByPrimaryKey(java.lang.Object pk)
throws javax.ejb.FinderException
- IMPORTANT
The param is an object becuase it the pKey for the CUSTOMER
table is an AUTO-INCREMENT key
- Throws:
javax.ejb.FinderException
create
public CustomerEntityLocal create(Customer customer)
throws javax.ejb.CreateException
- Throws:
javax.ejb.CreateException