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 |
---|---|
String |
getExistsProjection() |
String |
getTypeForCast(Class<?> cl) |
boolean |
isCaseWithLiterals() |
boolean |
isWithForOn() |
boolean |
wrapConstant(Object constant) |
boolean |
wrapElements(Operator operator) |
asLiteral, getQueryHandler, isEnumInPathSupported, isPathInEntitiesSupported
add, add, add, escapeForLike, getEscapeChar, getPrecedence, getTemplate, setPrecedence, setPrecedence
public static final HQLTemplates DEFAULT
public boolean wrapElements(Operator operator)
wrapElements
in class JPQLTemplates
public String getTypeForCast(Class<?> cl)
getTypeForCast
in class JPQLTemplates
public String getExistsProjection()
getExistsProjection
in class JPQLTemplates
public boolean wrapConstant(Object constant)
wrapConstant
in class JPQLTemplates
public boolean isWithForOn()
isWithForOn
in class JPQLTemplates
public boolean isCaseWithLiterals()
isCaseWithLiterals
in class JPQLTemplates
Copyright © 2007–2016 Querydsl. All rights reserved.