|
Oracle | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface WLQueryProperties
Field Summary | |
---|---|
static String |
GROUP_NAME
|
static String |
ISOLATION_LEVEL
|
static int |
NONE
|
static int |
READ_COMMITTED
|
static int |
READ_COMMITTED_FOR_UPDATE
|
static int |
READ_UNCOMMITTED
|
static String |
RELATIONSHIP_CACHING_NAME
|
static int |
REPEATABLE_READ
|
static int |
SERIALIZABLE
|
static String |
SQL_SELECT_DISTINCT
|
Fields inherited from interface weblogic.ejb.QueryProperties |
---|
TX_MANDATORY, TX_REQUIRED, TX_REQUIRES_NEW |
Method Summary | |
---|---|
String |
getFieldGroupName()
|
int |
getIsolationLevel()
|
String |
getRelationshipCachingName()
|
boolean |
getSQLSelectDistinct()
|
String |
getSqlShapeName()
|
void |
setFieldGroupName(String value)
Used to specify which CMP field group will be loaded upon execution of the find method. |
void |
setIsolationLevel(int value)
Used to set the isolation level that should be used for the dynamic query. |
void |
setRelationshipCachingName(String cachingName)
|
void |
setSQLSelectDistinct(boolean value)
Used to control whether the generated SQL 'SELECT' will contain a 'DISTINCT' qualifier. |
void |
setSqlShapeName(String value)
|
Methods inherited from interface weblogic.ejb.QueryProperties |
---|
getEnableQueryCaching, getIncludeUpdates, getMaxElements, getTransaction, isResultTypeRemote, setEnableQueryCaching, setIncludeUpdates, setMaxElements, setResultTypeRemote, setTransaction |
Field Detail |
---|
static final String GROUP_NAME
static final String SQL_SELECT_DISTINCT
static final String ISOLATION_LEVEL
static final String RELATIONSHIP_CACHING_NAME
static final int SERIALIZABLE
static final int REPEATABLE_READ
static final int READ_COMMITTED
static final int NONE
static final int READ_UNCOMMITTED
static final int READ_COMMITTED_FOR_UPDATE
Method Detail |
---|
void setFieldGroupName(String value) throws FinderException
FinderException
String getFieldGroupName() throws FinderException
FinderException
void setSQLSelectDistinct(boolean value) throws FinderException
FinderException
boolean getSQLSelectDistinct() throws FinderException
FinderException
void setIsolationLevel(int value) throws FinderException
FinderException
int getIsolationLevel() throws FinderException
FinderException
void setRelationshipCachingName(String cachingName) throws FinderException
FinderException
String getRelationshipCachingName() throws FinderException
FinderException
void setSqlShapeName(String value) throws FinderException
FinderException
String getSqlShapeName() throws FinderException
FinderException
|
Documentation is available at http://download.oracle.com/docs/cd/E12839_01/web.1111 Copyright 1996,2009, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners. Part Number E13941-01 Oracle WebLogic Server 10.3.1 API Reference |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |