|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface QueryLocalHome
Method Summary | |
---|---|
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)
|
Methods inherited from interface javax.ejb.EJBLocalHome |
---|
remove |
Method Detail |
---|
QueryLocal findByPrimaryKey(Integer primaryKey) throws javax.ejb.FinderException
javax.ejb.FinderException
String ejbSelectSingleStringField(String value) throws javax.ejb.FinderException
javax.ejb.FinderException
boolean ejbSelectSingleBooleanField(boolean value) throws javax.ejb.FinderException
javax.ejb.FinderException
char ejbSelectSingleCharField(char value) throws javax.ejb.FinderException
javax.ejb.FinderException
byte ejbSelectSingleByteField(byte value) throws javax.ejb.FinderException
javax.ejb.FinderException
short ejbSelectSingleShortField(short value) throws javax.ejb.FinderException
javax.ejb.FinderException
int ejbSelectSingleIntField(int value) throws javax.ejb.FinderException
javax.ejb.FinderException
long ejbSelectSingleLongField(long value) throws javax.ejb.FinderException
javax.ejb.FinderException
float ejbSelectSingleFloatField(float value) throws javax.ejb.FinderException
javax.ejb.FinderException
double ejbSelectSingleDoubleField(double value) throws javax.ejb.FinderException
javax.ejb.FinderException
Collection ejbSelectCollectionStringField(String value) throws javax.ejb.FinderException
javax.ejb.FinderException
Collection ejbSelectCollectionBooleanField(boolean test) throws javax.ejb.FinderException
javax.ejb.FinderException
Collection ejbSelectCollectionCharField(char test) throws javax.ejb.FinderException
javax.ejb.FinderException
Collection ejbSelectCollectionByteField(byte test) throws javax.ejb.FinderException
javax.ejb.FinderException
Collection ejbSelectCollectionShortField(short test) throws javax.ejb.FinderException
javax.ejb.FinderException
Collection ejbSelectCollectionIntField(int test) throws javax.ejb.FinderException
javax.ejb.FinderException
Collection ejbSelectCollectionLongField(long test) throws javax.ejb.FinderException
javax.ejb.FinderException
Collection ejbSelectCollectionFloatField(float test) throws javax.ejb.FinderException
javax.ejb.FinderException
Collection ejbSelectCollectionDoubleField(double test) throws javax.ejb.FinderException
javax.ejb.FinderException
Object ejbSelectSingleLocalEjb(String test) throws javax.ejb.FinderException
javax.ejb.FinderException
Object ejbSelectSingleRemoteEjb(String test) throws javax.ejb.FinderException
javax.ejb.FinderException
Collection ejbSelectCollectionLocalEjb(String test) throws javax.ejb.FinderException
javax.ejb.FinderException
Collection ejbSelectCollectionRemoteEjb(String test) throws javax.ejb.FinderException
javax.ejb.FinderException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |