public interface QueryDataHome
extends javax.ejb.EJBHome
| Modifier and Type | Method and Description |
|---|---|
QueryDataRemote |
create(int value) |
QueryDataRemote |
findByPrimaryKey(Integer primaryKey) |
QueryDataRemote create(int value) throws javax.ejb.FinderException, RemoteException
javax.ejb.FinderExceptionRemoteExceptionQueryDataRemote findByPrimaryKey(Integer primaryKey) throws javax.ejb.FinderException, RemoteException
javax.ejb.FinderExceptionRemoteExceptionCopyright © 1999–2017 The Apache Software Foundation. All rights reserved.