com.mysema.query.jpa
Class OpenJPATemplates

java.lang.Object
  extended by com.mysema.query.types.Templates
      extended by com.mysema.query.jpa.JPQLTemplates
          extended by com.mysema.query.jpa.OpenJPATemplates

public class OpenJPATemplates
extends JPQLTemplates

JPQLTemplates subclass for OpenJPA specific serialization

Author:
tiwe

Field Summary
static JPQLTemplates DEFAULT
           
 
Fields inherited from class com.mysema.query.jpa.JPQLTemplates
CAST, DEFAULT_ESCAPE, MEMBER_OF, TYPE
 
Constructor Summary
OpenJPATemplates()
           
OpenJPATemplates(char escape)
           
 
Method Summary
 
Methods inherited from class com.mysema.query.jpa.JPQLTemplates
getExistsProjection, isEnumInPathSupported, isSelect1Supported, isTypeAsString, wrapConstant, wrapElements
 
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 JPQLTemplates DEFAULT
Constructor Detail

OpenJPATemplates

public OpenJPATemplates()

OpenJPATemplates

public OpenJPATemplates(char escape)


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