public class HQLTemplates extends JPQLTemplates
Modifier and Type | Field and Description |
---|---|
static HQLTemplates |
DEFAULT |
CAST, DEFAULT_ESCAPE, INDEX, MEMBER_OF, TYPE
Constructor and Description |
---|
HQLTemplates() |
HQLTemplates(char escape) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getExistsProjection() |
boolean |
isEnumInPathSupported() |
boolean |
isSelect1Supported() |
boolean |
isTypeAsString() |
boolean |
isWithForOn() |
boolean |
wrapConstant(java.lang.Object constant) |
boolean |
wrapElements(Operator<?> operator) |
getQueryHandler, isPathInEntitiesSupported
add, add, getEscapeChar, getPrecedence, getTemplate
public static final HQLTemplates DEFAULT
public boolean wrapElements(Operator<?> operator)
wrapElements
in class JPQLTemplates
public boolean isTypeAsString()
isTypeAsString
in class JPQLTemplates
public java.lang.String getExistsProjection()
getExistsProjection
in class JPQLTemplates
public boolean isSelect1Supported()
isSelect1Supported
in class JPQLTemplates
public boolean isEnumInPathSupported()
isEnumInPathSupported
in class JPQLTemplates
public boolean wrapConstant(java.lang.Object constant)
wrapConstant
in class JPQLTemplates
public boolean isWithForOn()
isWithForOn
in class JPQLTemplates
Copyright © 2007-2013 Mysema Ltd. All Rights Reserved.