com.mysema.query.jpa
Class JPQLTemplates
java.lang.Object
com.mysema.query.types.Templates
com.mysema.query.jpa.JPQLTemplates
- Direct Known Subclasses:
- EclipseLinkTemplates, HQLTemplates, OpenJPATemplates
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)
isTypeAsString
public boolean isTypeAsString()
isEnumInPathSupported
public boolean isEnumInPathSupported()
isSelect1Supported
public boolean isSelect1Supported()
getExistsProjection
@Nullable
public String getExistsProjection()
wrapConstant
public boolean wrapConstant(Constant<?> expr)
Copyright © 2007-2012 Mysema Ltd. All Rights Reserved.