File
Doc
Category
Size
Date
Package
ProfileHome.java
API Doc
Example
975
Mon Sep 12 23:14:00 BST 2005
com.oreilly.jent.ejb.beanManaged
ProfileHome
public interface ProfileHome implements javax.ejb.EJBHome
ProfileHome: A remote home interface for the entity Profile EJB. Example 8-11, Java Enterprise in a Nutshell, 2nd ed. Author: Jim Farley
Fields Summary
Constructors Summary
Methods Summary
public
com.oreilly.jent.ejb.Profile
create
(
java.lang.String
name)
public
java.util.Collection
findByEntryValue
(
java.lang.String
key,
java.lang.String
value)
public
com.oreilly.jent.ejb.Profile
findByPrimaryKey
(
java.lang.String
key)
Java Code Source