public interface PersonLocalHome
extends javax.ejb.EJBLocalHome
| Modifier and Type | Method and Description |
|---|---|
PersonLocal |
create(Integer field1) |
PersonLocal |
create(PersonPk primaryKey) |
PersonLocal |
findByPrimaryKey(Integer primaryKey) |
PersonLocal |
findByPrimaryKey(PersonPk primaryKey) |
PersonLocal create(Integer field1) throws javax.ejb.CreateException
javax.ejb.CreateExceptionPersonLocal create(PersonPk primaryKey) throws javax.ejb.CreateException
javax.ejb.CreateExceptionPersonLocal findByPrimaryKey(Integer primaryKey) throws javax.ejb.FinderException
javax.ejb.FinderExceptionPersonLocal findByPrimaryKey(PersonPk primaryKey) throws javax.ejb.FinderException
javax.ejb.FinderExceptionCopyright © 1999–2017 The Apache Software Foundation. All rights reserved.