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

All Superinterfaces:
javax.ejb.EJBHome, Remote

public interface QueryHome
extends javax.ejb.EJBHome


Method Summary
 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
 
Methods inherited from interface javax.ejb.EJBHome
getEJBMetaData, getHomeHandle, remove, remove
 

Method Detail

findByPrimaryKey

QueryRemote findByPrimaryKey(Integer primaryKey)
                             throws javax.ejb.FinderException,
                                    RemoteException
Throws:
javax.ejb.FinderException
RemoteException

selectSingleStringField

String selectSingleStringField(String value)
                               throws javax.ejb.FinderException,
                                      RemoteException
Select a single string field

Throws:
javax.ejb.FinderException
RemoteException

selectSingleBooleanField

boolean selectSingleBooleanField(boolean value)
                                 throws javax.ejb.FinderException,
                                        RemoteException
Select a single boolean field

Throws:
javax.ejb.FinderException
RemoteException

selectSingleCharField

char selectSingleCharField(char value)
                           throws javax.ejb.FinderException,
                                  RemoteException
Select a single char field

Throws:
javax.ejb.FinderException
RemoteException

selectSingleByteField

byte selectSingleByteField(byte value)
                           throws javax.ejb.FinderException,
                                  RemoteException
Select a single byte field

Throws:
javax.ejb.FinderException
RemoteException

selectSingleShortField

short selectSingleShortField(short value)
                             throws javax.ejb.FinderException,
                                    RemoteException
Select a single short field

Throws:
javax.ejb.FinderException
RemoteException

selectSingleIntField

int selectSingleIntField(int value)
                         throws javax.ejb.FinderException,
                                RemoteException
Select a single int field

Throws:
javax.ejb.FinderException
RemoteException

selectSingleLongField

long selectSingleLongField(long value)
                           throws javax.ejb.FinderException,
                                  RemoteException
Select a single long field

Throws:
javax.ejb.FinderException
RemoteException

selectSingleFloatField

float selectSingleFloatField(float value)
                             throws javax.ejb.FinderException,
                                    RemoteException
Select a single float field

Throws:
javax.ejb.FinderException
RemoteException

selectSingleDoubleField

double selectSingleDoubleField(double value)
                               throws javax.ejb.FinderException,
                                      RemoteException
Select a single double field

Throws:
javax.ejb.FinderException
RemoteException

selectCollectionStringField

Collection selectCollectionStringField()
                                       throws javax.ejb.FinderException,
                                              RemoteException
Select a collection string field

Throws:
javax.ejb.FinderException
RemoteException

selectCollectionBooleanField

Collection selectCollectionBooleanField()
                                        throws javax.ejb.FinderException,
                                               RemoteException
Select a collection boolean field

Throws:
javax.ejb.FinderException
RemoteException

selectCollectionCharField

Collection selectCollectionCharField()
                                     throws javax.ejb.FinderException,
                                            RemoteException
Select a collection char field

Throws:
javax.ejb.FinderException
RemoteException

selectCollectionByteField

Collection selectCollectionByteField()
                                     throws javax.ejb.FinderException,
                                            RemoteException
Select a collection byte field

Throws:
javax.ejb.FinderException
RemoteException

selectCollectionShortField

Collection selectCollectionShortField()
                                      throws javax.ejb.FinderException,
                                             RemoteException
Select a collection short field

Throws:
javax.ejb.FinderException
RemoteException

selectCollectionIntField

Collection selectCollectionIntField()
                                    throws javax.ejb.FinderException,
                                           RemoteException
Select a collection int field

Throws:
javax.ejb.FinderException
RemoteException

selectCollectionLongField

Collection selectCollectionLongField()
                                     throws javax.ejb.FinderException,
                                            RemoteException
Select a collection long field

Throws:
javax.ejb.FinderException
RemoteException

selectCollectionFloatField

Collection selectCollectionFloatField()
                                      throws javax.ejb.FinderException,
                                             RemoteException
Select a collection float field

Throws:
javax.ejb.FinderException
RemoteException

selectCollectionDoubleField

Collection selectCollectionDoubleField()
                                       throws javax.ejb.FinderException,
                                              RemoteException
Select a collection double field

Throws:
javax.ejb.FinderException
RemoteException

selectSingleLocalEjb

Object selectSingleLocalEjb(int value)
                            throws javax.ejb.FinderException,
                                   RemoteException
Select a single local ejb

Throws:
javax.ejb.FinderException
RemoteException

selectSingleRemoteEjb

Object selectSingleRemoteEjb(int test)
                             throws javax.ejb.FinderException,
                                    RemoteException
Select a single remote ejb

Throws:
javax.ejb.FinderException
RemoteException

selectCollectionLocalEjb

Collection selectCollectionLocalEjb()
                                    throws javax.ejb.FinderException,
                                           RemoteException
Select a collection local ejb

Throws:
javax.ejb.FinderException
RemoteException

selectCollectionRemoteEjb

Collection selectCollectionRemoteEjb()
                                     throws javax.ejb.FinderException,
                                            RemoteException
Select a collection remote ejb

Throws:
javax.ejb.FinderException
RemoteException


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