public interface ArtistLocalHome
extends javax.ejb.EJBLocalHome
| Modifier and Type | Method and Description |
|---|---|
ArtistLocal |
create(ArtistPk primaryKey) |
ArtistLocal |
create(Integer field1) |
ArtistLocal |
findByPrimaryKey(ArtistPk primaryKey) |
ArtistLocal |
findByPrimaryKey(Integer primaryKey) |
ArtistLocal create(Integer field1) throws javax.ejb.CreateException
javax.ejb.CreateExceptionArtistLocal create(ArtistPk primaryKey) throws javax.ejb.CreateException
javax.ejb.CreateExceptionArtistLocal findByPrimaryKey(Integer primaryKey) throws javax.ejb.FinderException
javax.ejb.FinderExceptionArtistLocal findByPrimaryKey(ArtistPk primaryKey) throws javax.ejb.FinderException
javax.ejb.FinderExceptionCopyright © 1999–2017 The Apache Software Foundation. All rights reserved.