public interface QueryHome
extends javax.ejb.EJBHome
| Modifier and Type | Method and Description |
|---|---|
QueryRemote |
findByPrimaryKey(Integer primaryKey) |
Collection |
selectCollectionBooleanField()
Select a collection boolean field
|
Collection |
selectCollectionByteField()
Select a collection byte field
|
Collection |
selectCollectionCharField()
Select a collection char field
|
Collection |
selectCollectionDoubleField()
Select a collection double field
|
Collection |
selectCollectionFloatField()
Select a collection float field
|
Collection |
selectCollectionIntField()
Select a collection int field
|
Collection |
selectCollectionLocalEjb()
Select a collection local ejb
|
Collection |
selectCollectionLongField()
Select a collection long field
|
Collection |
selectCollectionRemoteEjb()
Select a collection remote ejb
|
Collection |
selectCollectionShortField()
Select a collection short field
|
Collection |
selectCollectionStringField()
Select a collection string field
|
boolean |
selectSingleBooleanField(boolean value)
Select a single boolean field
|
byte |
selectSingleByteField(byte value)
Select a single byte field
|
char |
selectSingleCharField(char value)
Select a single char field
|
double |
selectSingleDoubleField(double value)
Select a single double field
|
float |
selectSingleFloatField(float value)
Select a single float field
|
int |
selectSingleIntField(int value)
Select a single int field
|
Object |
selectSingleLocalEjb(int value)
Select a single local ejb
|
long |
selectSingleLongField(long value)
Select a single long field
|
Object |
selectSingleRemoteEjb(int test)
Select a single remote ejb
|
short |
selectSingleShortField(short value)
Select a single short field
|
String |
selectSingleStringField(String value)
Select a single string field
|
QueryRemote findByPrimaryKey(Integer primaryKey) throws javax.ejb.FinderException, RemoteException
javax.ejb.FinderExceptionRemoteExceptionString selectSingleStringField(String value) throws javax.ejb.FinderException, RemoteException
javax.ejb.FinderExceptionRemoteExceptionboolean selectSingleBooleanField(boolean value)
throws javax.ejb.FinderException,
RemoteException
javax.ejb.FinderExceptionRemoteExceptionchar selectSingleCharField(char value)
throws javax.ejb.FinderException,
RemoteException
javax.ejb.FinderExceptionRemoteExceptionbyte selectSingleByteField(byte value)
throws javax.ejb.FinderException,
RemoteException
javax.ejb.FinderExceptionRemoteExceptionshort selectSingleShortField(short value)
throws javax.ejb.FinderException,
RemoteException
javax.ejb.FinderExceptionRemoteExceptionint selectSingleIntField(int value)
throws javax.ejb.FinderException,
RemoteException
javax.ejb.FinderExceptionRemoteExceptionlong selectSingleLongField(long value)
throws javax.ejb.FinderException,
RemoteException
javax.ejb.FinderExceptionRemoteExceptionfloat selectSingleFloatField(float value)
throws javax.ejb.FinderException,
RemoteException
javax.ejb.FinderExceptionRemoteExceptiondouble selectSingleDoubleField(double value)
throws javax.ejb.FinderException,
RemoteException
javax.ejb.FinderExceptionRemoteExceptionCollection selectCollectionStringField() throws javax.ejb.FinderException, RemoteException
javax.ejb.FinderExceptionRemoteExceptionCollection selectCollectionBooleanField() throws javax.ejb.FinderException, RemoteException
javax.ejb.FinderExceptionRemoteExceptionCollection selectCollectionCharField() throws javax.ejb.FinderException, RemoteException
javax.ejb.FinderExceptionRemoteExceptionCollection selectCollectionByteField() throws javax.ejb.FinderException, RemoteException
javax.ejb.FinderExceptionRemoteExceptionCollection selectCollectionShortField() throws javax.ejb.FinderException, RemoteException
javax.ejb.FinderExceptionRemoteExceptionCollection selectCollectionIntField() throws javax.ejb.FinderException, RemoteException
javax.ejb.FinderExceptionRemoteExceptionCollection selectCollectionLongField() throws javax.ejb.FinderException, RemoteException
javax.ejb.FinderExceptionRemoteExceptionCollection selectCollectionFloatField() throws javax.ejb.FinderException, RemoteException
javax.ejb.FinderExceptionRemoteExceptionCollection selectCollectionDoubleField() throws javax.ejb.FinderException, RemoteException
javax.ejb.FinderExceptionRemoteExceptionObject selectSingleLocalEjb(int value) throws javax.ejb.FinderException, RemoteException
javax.ejb.FinderExceptionRemoteExceptionObject selectSingleRemoteEjb(int test) throws javax.ejb.FinderException, RemoteException
javax.ejb.FinderExceptionRemoteExceptionCollection selectCollectionLocalEjb() throws javax.ejb.FinderException, RemoteException
javax.ejb.FinderExceptionRemoteExceptionCollection selectCollectionRemoteEjb() throws javax.ejb.FinderException, RemoteException
javax.ejb.FinderExceptionRemoteExceptionCopyright © 1999–2017 The Apache Software Foundation. All rights reserved.