public interface QueryLocalHome
extends javax.ejb.EJBLocalHome
| Modifier and Type | Method and Description |
|---|---|
Collection |
ejbSelectCollectionBooleanField(boolean test)
Select a collection boolean field
|
Collection |
ejbSelectCollectionByteField(byte test)
Select a collection byte field
|
Collection |
ejbSelectCollectionCharField(char test)
Select a collection char field
|
Collection |
ejbSelectCollectionDoubleField(double test)
Select a collection double field
|
Collection |
ejbSelectCollectionFloatField(float test)
Select a collection float field
|
Collection |
ejbSelectCollectionIntField(int test)
Select a collection int field
|
Collection |
ejbSelectCollectionLocalEjb(String test)
Select a collection local ejb
|
Collection |
ejbSelectCollectionLongField(long test)
Select a collection long field
|
Collection |
ejbSelectCollectionRemoteEjb(String test)
Select a collection remote ejb
|
Collection |
ejbSelectCollectionShortField(short test)
Select a collection short field
|
Collection |
ejbSelectCollectionStringField(String value)
Select a collection string field
|
boolean |
ejbSelectSingleBooleanField(boolean value)
Select a single boolean field
|
byte |
ejbSelectSingleByteField(byte value)
Select a single byte field
|
char |
ejbSelectSingleCharField(char value)
Select a single char field
|
double |
ejbSelectSingleDoubleField(double value)
Select a single double field
|
float |
ejbSelectSingleFloatField(float value)
Select a single float field
|
int |
ejbSelectSingleIntField(int value)
Select a single int field
|
Object |
ejbSelectSingleLocalEjb(String test)
Select a single local ejb
|
long |
ejbSelectSingleLongField(long value)
Select a single long field
|
Object |
ejbSelectSingleRemoteEjb(String test)
Select a single remote ejb
|
short |
ejbSelectSingleShortField(short value)
Select a single short field
|
String |
ejbSelectSingleStringField(String value)
Select a single string field
|
QueryLocal |
findByPrimaryKey(Integer primaryKey) |
QueryLocal findByPrimaryKey(Integer primaryKey) throws javax.ejb.FinderException
javax.ejb.FinderExceptionString ejbSelectSingleStringField(String value) throws javax.ejb.FinderException
javax.ejb.FinderExceptionboolean ejbSelectSingleBooleanField(boolean value)
throws javax.ejb.FinderException
javax.ejb.FinderExceptionchar ejbSelectSingleCharField(char value)
throws javax.ejb.FinderException
javax.ejb.FinderExceptionbyte ejbSelectSingleByteField(byte value)
throws javax.ejb.FinderException
javax.ejb.FinderExceptionshort ejbSelectSingleShortField(short value)
throws javax.ejb.FinderException
javax.ejb.FinderExceptionint ejbSelectSingleIntField(int value)
throws javax.ejb.FinderException
javax.ejb.FinderExceptionlong ejbSelectSingleLongField(long value)
throws javax.ejb.FinderException
javax.ejb.FinderExceptionfloat ejbSelectSingleFloatField(float value)
throws javax.ejb.FinderException
javax.ejb.FinderExceptiondouble ejbSelectSingleDoubleField(double value)
throws javax.ejb.FinderException
javax.ejb.FinderExceptionCollection ejbSelectCollectionStringField(String value) throws javax.ejb.FinderException
javax.ejb.FinderExceptionCollection ejbSelectCollectionBooleanField(boolean test) throws javax.ejb.FinderException
javax.ejb.FinderExceptionCollection ejbSelectCollectionCharField(char test) throws javax.ejb.FinderException
javax.ejb.FinderExceptionCollection ejbSelectCollectionByteField(byte test) throws javax.ejb.FinderException
javax.ejb.FinderExceptionCollection ejbSelectCollectionShortField(short test) throws javax.ejb.FinderException
javax.ejb.FinderExceptionCollection ejbSelectCollectionIntField(int test) throws javax.ejb.FinderException
javax.ejb.FinderExceptionCollection ejbSelectCollectionLongField(long test) throws javax.ejb.FinderException
javax.ejb.FinderExceptionCollection ejbSelectCollectionFloatField(float test) throws javax.ejb.FinderException
javax.ejb.FinderExceptionCollection ejbSelectCollectionDoubleField(double test) throws javax.ejb.FinderException
javax.ejb.FinderExceptionObject ejbSelectSingleLocalEjb(String test) throws javax.ejb.FinderException
javax.ejb.FinderExceptionObject ejbSelectSingleRemoteEjb(String test) throws javax.ejb.FinderException
javax.ejb.FinderExceptionCollection ejbSelectCollectionLocalEjb(String test) throws javax.ejb.FinderException
javax.ejb.FinderExceptionCollection ejbSelectCollectionRemoteEjb(String test) throws javax.ejb.FinderException
javax.ejb.FinderExceptionCopyright © 1999–2017 The Apache Software Foundation. All rights reserved.