File
Doc
Category
Size
Date
Package
CustomerHome.java
API Doc
Example
386
Wed Dec 09 05:57:42 GMT 1998
com.titan.customer
CustomerHome
public interface CustomerHome implements javax.ejb.EJBHome
Fields Summary
Constructors Summary
Methods Summary
public
Customer
create
(
int
id,
java.lang.String
lastName,
java.lang.String
firstName,
java.lang.String
middleName)
public
Customer
findByPrimaryKey
(
CustomerPK
pk)
Java Code Source