public class FilterJpqlGenerator extends AbstractJpqlGenerator
Modifier and Type | Field and Description |
---|---|
static java.util.regex.Pattern |
OR_PATTERN |
static java.lang.String |
OR_PATTERN_REGEX |
Constructor and Description |
---|
FilterJpqlGenerator() |
Modifier and Type | Method and Description |
---|---|
protected java.lang.String |
generateClauseText(Clause condition) |
generateJpql
public static final java.lang.String OR_PATTERN_REGEX
public static final java.util.regex.Pattern OR_PATTERN
protected java.lang.String generateClauseText(Clause condition)
generateClauseText
in class AbstractJpqlGenerator