|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.mysema.query.types.Templates
com.mysema.query.hql.JPQLTemplates
com.mysema.query.hql.HQLTemplates
public class HQLTemplates
HQLTemplates extends JPQLTemplates with Hibernate specific fixes
Field Summary | |
---|---|
static HQLTemplates |
DEFAULT
|
Fields inherited from class com.mysema.query.hql.JPQLTemplates |
---|
CAST, MEMBER_OF |
Constructor Summary | |
---|---|
protected |
HQLTemplates()
|
Method Summary | |
---|---|
boolean |
isTypeAsString()
|
boolean |
wrapConstant(Constant<?> expr)
|
boolean |
wrapElements(Operator<?> operator)
|
Methods inherited from class com.mysema.query.types.Templates |
---|
add, add, getPrecedence, getTemplate |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final HQLTemplates DEFAULT
Constructor Detail |
---|
protected HQLTemplates()
Method Detail |
---|
public boolean wrapElements(Operator<?> operator)
wrapElements
in class JPQLTemplates
public boolean wrapConstant(Constant<?> expr)
wrapConstant
in class JPQLTemplates
public boolean isTypeAsString()
isTypeAsString
in class JPQLTemplates
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |