weblogic.ejb
Interface WLQueryProperties
- All Superinterfaces:
- QueryProperties
public interface WLQueryProperties
- extends QueryProperties
GROUP_NAME
static final String GROUP_NAME
- See Also:
- Constant Field Values
SQL_SELECT_DISTINCT
static final String SQL_SELECT_DISTINCT
- See Also:
- Constant Field Values
ISOLATION_LEVEL
static final String ISOLATION_LEVEL
- See Also:
- Constant Field Values
RELATIONSHIP_CACHING_NAME
static final String RELATIONSHIP_CACHING_NAME
- See Also:
- Constant Field Values
SERIALIZABLE
static final int SERIALIZABLE
- See Also:
- Constant Field Values
REPEATABLE_READ
static final int REPEATABLE_READ
- See Also:
- Constant Field Values
READ_COMMITTED
static final int READ_COMMITTED
- See Also:
- Constant Field Values
NONE
static final int NONE
- See Also:
- Constant Field Values
READ_UNCOMMITTED
static final int READ_UNCOMMITTED
- See Also:
- Constant Field Values
READ_COMMITTED_FOR_UPDATE
static final int READ_COMMITTED_FOR_UPDATE
- See Also:
- Constant Field Values
setFieldGroupName
void setFieldGroupName(String value)
throws FinderException
- Used to specify which CMP field group will be loaded upon execution
of the find method.
Default: The default field group (all fields)
- Throws:
FinderException
getFieldGroupName
String getFieldGroupName()
throws FinderException
- Throws:
FinderException
setSQLSelectDistinct
void setSQLSelectDistinct(boolean value)
throws FinderException
- Used to control whether the generated SQL 'SELECT' will contain
a 'DISTINCT' qualifier. Use of the DISTINCT qualifier will cause the
RDBMS to return unique rows.
Default: False
- Throws:
FinderException
getSQLSelectDistinct
boolean getSQLSelectDistinct()
throws FinderException
- Throws:
FinderException
setIsolationLevel
void setIsolationLevel(int value)
throws FinderException
- Used to set the isolation level that should be used for the dynamic
query.
Default: database default
- Throws:
FinderException
getIsolationLevel
int getIsolationLevel()
throws FinderException
- Throws:
FinderException
setRelationshipCachingName
void setRelationshipCachingName(String cachingName)
throws FinderException
- Throws:
FinderException
getRelationshipCachingName
String getRelationshipCachingName()
throws FinderException
- Throws:
FinderException
setSqlShapeName
void setSqlShapeName(String value)
throws FinderException
- Throws:
FinderException
getSqlShapeName
String getSqlShapeName()
throws FinderException
- Throws:
FinderException