org.apache.openejb.test.entity.ejbql
Interface QueryLocalHome

All Superinterfaces:
javax.ejb.EJBLocalHome

public interface QueryLocalHome
extends javax.ejb.EJBLocalHome


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

findByPrimaryKey

QueryLocal findByPrimaryKey(Integer primaryKey)
                            throws javax.ejb.FinderException
Throws:
javax.ejb.FinderException

ejbSelectSingleStringField

String ejbSelectSingleStringField(String value)
                                  throws javax.ejb.FinderException
Select a single string field

Throws:
javax.ejb.FinderException

ejbSelectSingleBooleanField

boolean ejbSelectSingleBooleanField(boolean value)
                                    throws javax.ejb.FinderException
Select a single boolean field

Throws:
javax.ejb.FinderException

ejbSelectSingleCharField

char ejbSelectSingleCharField(char value)
                              throws javax.ejb.FinderException
Select a single char field

Throws:
javax.ejb.FinderException

ejbSelectSingleByteField

byte ejbSelectSingleByteField(byte value)
                              throws javax.ejb.FinderException
Select a single byte field

Throws:
javax.ejb.FinderException

ejbSelectSingleShortField

short ejbSelectSingleShortField(short value)
                                throws javax.ejb.FinderException
Select a single short field

Throws:
javax.ejb.FinderException

ejbSelectSingleIntField

int ejbSelectSingleIntField(int value)
                            throws javax.ejb.FinderException
Select a single int field

Throws:
javax.ejb.FinderException

ejbSelectSingleLongField

long ejbSelectSingleLongField(long value)
                              throws javax.ejb.FinderException
Select a single long field

Throws:
javax.ejb.FinderException

ejbSelectSingleFloatField

float ejbSelectSingleFloatField(float value)
                                throws javax.ejb.FinderException
Select a single float field

Throws:
javax.ejb.FinderException

ejbSelectSingleDoubleField

double ejbSelectSingleDoubleField(double value)
                                  throws javax.ejb.FinderException
Select a single double field

Throws:
javax.ejb.FinderException

ejbSelectCollectionStringField

Collection ejbSelectCollectionStringField(String value)
                                          throws javax.ejb.FinderException
Select a collection string field

Throws:
javax.ejb.FinderException

ejbSelectCollectionBooleanField

Collection ejbSelectCollectionBooleanField(boolean test)
                                           throws javax.ejb.FinderException
Select a collection boolean field

Throws:
javax.ejb.FinderException

ejbSelectCollectionCharField

Collection ejbSelectCollectionCharField(char test)
                                        throws javax.ejb.FinderException
Select a collection char field

Throws:
javax.ejb.FinderException

ejbSelectCollectionByteField

Collection ejbSelectCollectionByteField(byte test)
                                        throws javax.ejb.FinderException
Select a collection byte field

Throws:
javax.ejb.FinderException

ejbSelectCollectionShortField

Collection ejbSelectCollectionShortField(short test)
                                         throws javax.ejb.FinderException
Select a collection short field

Throws:
javax.ejb.FinderException

ejbSelectCollectionIntField

Collection ejbSelectCollectionIntField(int test)
                                       throws javax.ejb.FinderException
Select a collection int field

Throws:
javax.ejb.FinderException

ejbSelectCollectionLongField

Collection ejbSelectCollectionLongField(long test)
                                        throws javax.ejb.FinderException
Select a collection long field

Throws:
javax.ejb.FinderException

ejbSelectCollectionFloatField

Collection ejbSelectCollectionFloatField(float test)
                                         throws javax.ejb.FinderException
Select a collection float field

Throws:
javax.ejb.FinderException

ejbSelectCollectionDoubleField

Collection ejbSelectCollectionDoubleField(double test)
                                          throws javax.ejb.FinderException
Select a collection double field

Throws:
javax.ejb.FinderException

ejbSelectSingleLocalEjb

Object ejbSelectSingleLocalEjb(String test)
                               throws javax.ejb.FinderException
Select a single local ejb

Throws:
javax.ejb.FinderException

ejbSelectSingleRemoteEjb

Object ejbSelectSingleRemoteEjb(String test)
                                throws javax.ejb.FinderException
Select a single remote ejb

Throws:
javax.ejb.FinderException

ejbSelectCollectionLocalEjb

Collection ejbSelectCollectionLocalEjb(String test)
                                       throws javax.ejb.FinderException
Select a collection local ejb

Throws:
javax.ejb.FinderException

ejbSelectCollectionRemoteEjb

Collection ejbSelectCollectionRemoteEjb(String test)
                                        throws javax.ejb.FinderException
Select a collection remote ejb

Throws:
javax.ejb.FinderException


Copyright © 1999-2013 The Apache OpenEJB development community. All Rights Reserved.