public class HQLTemplates extends JPQLTemplates
| Modifier and Type | Field and Description |
|---|---|
static HQLTemplates |
DEFAULT |
DEFAULT_ESCAPE| Constructor and Description |
|---|
HQLTemplates() |
HQLTemplates(char escape) |
| Modifier and Type | Method and Description |
|---|---|
String |
getExistsProjection() |
String |
getTypeForCast(Class<?> cl) |
boolean |
isEnumInPathSupported() |
boolean |
isSelect1Supported() |
boolean |
isTypeAsString() |
boolean |
isWithForOn() |
boolean |
wrapConstant(Object constant) |
boolean |
wrapElements(Operator<?> operator) |
getQueryHandler, isPathInEntitiesSupportedadd, add, getEscapeChar, getPrecedence, getTemplatepublic static final HQLTemplates DEFAULT
public boolean wrapElements(Operator<?> operator)
wrapElements in class JPQLTemplatespublic boolean isTypeAsString()
isTypeAsString in class JPQLTemplatespublic String getTypeForCast(Class<?> cl)
getTypeForCast in class JPQLTemplatespublic String getExistsProjection()
getExistsProjection in class JPQLTemplatespublic boolean isSelect1Supported()
isSelect1Supported in class JPQLTemplatespublic boolean isEnumInPathSupported()
isEnumInPathSupported in class JPQLTemplatespublic boolean wrapConstant(Object constant)
wrapConstant in class JPQLTemplatespublic boolean isWithForOn()
isWithForOn in class JPQLTemplatesCopyright © 2007–2014 Mysema Ltd. All rights reserved.