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

All Superinterfaces:
javax.ejb.EJBLocalHome

public interface QueryLocalHome
extends javax.ejb.EJBLocalHome


Method Summary
 java.util.Collection ejbSelectCollectionBooleanField(boolean test)
          Select a collection boolean field
 java.util.Collection ejbSelectCollectionByteField(byte test)
          Select a collection byte field
 java.util.Collection ejbSelectCollectionCharField(char test)
          Select a collection char field
 java.util.Collection ejbSelectCollectionDoubleField(double test)
          Select a collection double field
 java.util.Collection ejbSelectCollectionFloatField(float test)
          Select a collection float field
 java.util.Collection ejbSelectCollectionIntField(int test)
          Select a collection int field
 java.util.Collection ejbSelectCollectionLocalEjb(java.lang.String test)
          Select a collection local ejb
 java.util.Collection ejbSelectCollectionLongField(long test)
          Select a collection long field
 java.util.Collection ejbSelectCollectionRemoteEjb(java.lang.String test)
          Select a collection remote ejb
 java.util.Collection ejbSelectCollectionShortField(short test)
          Select a collection short field
 java.util.Collection ejbSelectCollectionStringField(java.lang.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
 java.lang.Object ejbSelectSingleLocalEjb(java.lang.String test)
          Select a single local ejb
 long ejbSelectSingleLongField(long value)
          Select a single long field
 java.lang.Object ejbSelectSingleRemoteEjb(java.lang.String test)
          Select a single remote ejb
 short ejbSelectSingleShortField(short value)
          Select a single short field
 java.lang.String ejbSelectSingleStringField(java.lang.String value)
          Select a single string field
 QueryLocal findByPrimaryKey(java.lang.Integer primaryKey)
           
 
Methods inherited from interface javax.ejb.EJBLocalHome
remove
 

Method Detail

findByPrimaryKey

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

ejbSelectSingleStringField

java.lang.String ejbSelectSingleStringField(java.lang.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

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

Throws:
javax.ejb.FinderException

ejbSelectCollectionBooleanField

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

Throws:
javax.ejb.FinderException

ejbSelectCollectionCharField

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

Throws:
javax.ejb.FinderException

ejbSelectCollectionByteField

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

Throws:
javax.ejb.FinderException

ejbSelectCollectionShortField

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

Throws:
javax.ejb.FinderException

ejbSelectCollectionIntField

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

Throws:
javax.ejb.FinderException

ejbSelectCollectionLongField

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

Throws:
javax.ejb.FinderException

ejbSelectCollectionFloatField

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

Throws:
javax.ejb.FinderException

ejbSelectCollectionDoubleField

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

Throws:
javax.ejb.FinderException

ejbSelectSingleLocalEjb

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

Throws:
javax.ejb.FinderException

ejbSelectSingleRemoteEjb

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

Throws:
javax.ejb.FinderException

ejbSelectCollectionLocalEjb

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

Throws:
javax.ejb.FinderException

ejbSelectCollectionRemoteEjb

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

Throws:
javax.ejb.FinderException


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