com.mysema.query.jpa
Class JPQLTemplates
java.lang.Object
  
com.mysema.query.types.Templates
      
com.mysema.query.jpa.JPQLTemplates
- Direct Known Subclasses: 
 - EclipseLinkTemplates, HQLTemplates
 
public class JPQLTemplates
- extends Templates
 
JPQLTemplates extends Templates to provide operator patterns for JPQL
 serialization
- Author:
 
  - tiwe
 
- See Also:
 HQLTemplates, 
EclipseLinkTemplates
 
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
CAST
public static final Operator<Object> CAST
MEMBER_OF
public static final Operator<Boolean> MEMBER_OF
DEFAULT
public static final JPQLTemplates DEFAULT
JPQLTemplates
protected JPQLTemplates()
wrapElements
public boolean wrapElements(Operator<?> operator)
 
wrapConstant
public boolean wrapConstant(Constant<?> expr)
 
isTypeAsString
public boolean isTypeAsString()
 
isEnumInPathSupported
public boolean isEnumInPathSupported()
 
getExistsProjection
@Nullable
public String getExistsProjection()
 
Copyright © 2007-2011 Mysema Ltd. All Rights Reserved.