public class ParameterDelimiterType extends Object
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
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT |
static String |
Hash |
Constructor and Description |
---|
ParameterDelimiterType() |
public static final String Hash
public static final String DEFAULT
EclipseLink 2.3.2, "build v20111125-r10461" API Reference