public class HQLTemplates extends JPQLTemplates
JPQLTemplates with Hibernate specific extensionsTemplates.Precedence| Modifier and Type | Field and Description |
|---|---|
static HQLTemplates |
DEFAULT |
DEFAULT_ESCAPE, OTHER_LIKE_CASES| Constructor and Description |
|---|
HQLTemplates() |
HQLTemplates(char escape) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getExistsProjection() |
java.lang.String |
getTypeForCast(java.lang.Class<?> cl) |
boolean |
isCaseWithLiterals() |
boolean |
isWithForOn() |
boolean |
wrapConstant(java.lang.Object constant) |
boolean |
wrapElements(Operator operator) |
asLiteral, getQueryHandler, isEnumInPathSupported, isPathInEntitiesSupportedadd, add, add, escapeForLike, getEscapeChar, getPrecedence, getTemplate, setPrecedence, setPrecedencepublic static final HQLTemplates DEFAULT
public boolean wrapElements(Operator operator)
wrapElements in class JPQLTemplatespublic java.lang.String getTypeForCast(java.lang.Class<?> cl)
getTypeForCast in class JPQLTemplatespublic java.lang.String getExistsProjection()
getExistsProjection in class JPQLTemplatespublic boolean wrapConstant(java.lang.Object constant)
wrapConstant in class JPQLTemplatespublic boolean isWithForOn()
isWithForOn in class JPQLTemplatespublic boolean isCaseWithLiterals()
isCaseWithLiterals in class JPQLTemplatesCopyright © 2007–2021 Querydsl. All rights reserved.