|
BEA Systems, Inc. | |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Field Summary | |
static short |
TX_MANDATORY
|
static short |
TX_REQUIRED
|
static short |
TX_REQUIRES_NEW
|
Method Summary | |
boolean |
getEnableQueryCaching()
|
boolean |
getIncludeUpdates()
|
int |
getMaxElements()
|
short |
getTransaction()
|
boolean |
isResultTypeRemote()
|
void |
setEnableQueryCaching(boolean value)
Used to turn query caching on |
void |
setIncludeUpdates(boolean value)
Used to specify whether any updates that have been made during the current transaction will be reflected in the query result. |
void |
setMaxElements(int value)
Sets the maximum number of results that can be returned. |
void |
setResultTypeRemote(boolean value)
Used to specify whether the results of the query will be EJBObjects or EJBLocalObjects. |
void |
setTransaction(short value)
Uses the standard EJB values: Required, RequiresNew, etc. |
Field Detail |
public static final short TX_MANDATORY
public static final short TX_REQUIRED
public static final short TX_REQUIRES_NEW
Method Detail |
public boolean getEnableQueryCaching() throws FinderException
FinderException
public boolean getIncludeUpdates() throws FinderException
FinderException
public int getMaxElements() throws FinderException
FinderException
public short getTransaction() throws FinderException
FinderException
public boolean isResultTypeRemote() throws FinderException
FinderException
public void setEnableQueryCaching(boolean value) throws FinderException
FinderException
public void setIncludeUpdates(boolean value) throws FinderException
FinderException
public void setMaxElements(int value) throws FinderException
FinderException
public void setResultTypeRemote(boolean value) throws FinderException
FinderException
public void setTransaction(short value) throws FinderException
FinderException
|
Documentation is available at http://download.oracle.com/docs/cd/E13222_01/wls/docs90 Copyright 2005 BEA Systems Inc. |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |