|
Oracle Fusion Middleware Java API Reference for Oracle TopLink 11g Release 1 (11.1.1) E28847-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
org.eclipse.persistence.config.ParameterDelimiterType
public class ParameterDelimiterType
Parameter delimiter char hint values. The class contains the default value for QueryHints.PARAMETER_DELIMITER query hint. A single char should be specified if the default hash symbol needs to be overridden.
i.e. "%" JPA Query Hint Usage:
query.setHint(QueryHints.PARAMETER_DELIMITER, "%");
or
@QueryHint(name=QueryHints.PARAMETER_DELIMITER, value="%")
Hint values are case-insensitive. "" cannot be used - and will be replaced with the default value ParameterDelimiterType.DEFAULT
QueryHints.PARAMETER_DELIMITER| Field Summary | |
|---|---|
static java.lang.String |
DEFAULT |
static java.lang.String |
Hash |
| Constructor Summary | |
|---|---|
ParameterDelimiterType() |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String Hash
public static final java.lang.String DEFAULT
| Constructor Detail |
|---|
public ParameterDelimiterType()
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||