org.apache.geronimo.samples.myphonebookpak
Class MyPhonebookBean

java.lang.Object
  extended by org.apache.geronimo.samples.myphonebookpak.MyPhonebookBean
All Implemented Interfaces:
MyPhonebookLocal

public class MyPhonebookBean
extends Object
implements MyPhonebookLocal


Field Summary
protected  javax.persistence.EntityManagerFactory emf
           
 
Constructor Summary
MyPhonebookBean()
           
 
Method Summary
 PhoneBook findByPrimaryKey(String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

emf

protected javax.persistence.EntityManagerFactory emf
Constructor Detail

MyPhonebookBean

public MyPhonebookBean()
Method Detail

findByPrimaryKey

public PhoneBook findByPrimaryKey(String name)
Specified by:
findByPrimaryKey in interface MyPhonebookLocal


Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.