com.mysema.query.hql
Class HQLTemplates

java.lang.Object
  extended by com.mysema.query.types.Templates
      extended by com.mysema.query.hql.JPQLTemplates
          extended by com.mysema.query.hql.HQLTemplates

public class HQLTemplates
extends JPQLTemplates

HQLTemplates extends JPQLTemplates with Hibernate specific extensions

Author:
tiwe

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

DEFAULT

public static final HQLTemplates DEFAULT
Constructor Detail

HQLTemplates

protected HQLTemplates()
Method Detail

wrapElements

public boolean wrapElements(Operator<?> operator)
Overrides:
wrapElements in class JPQLTemplates

wrapConstant

public boolean wrapConstant(Constant<?> expr)
Overrides:
wrapConstant in class JPQLTemplates

isTypeAsString

public boolean isTypeAsString()
Overrides:
isTypeAsString in class JPQLTemplates


Copyright © 2007-2010 Mysema Ltd. All Rights Reserved.