Uses of Class
com.mysema.query.types.expr.EString

Packages that use EString
com.mysema.query.types Contains Querydsl grammar types 
com.mysema.query.types.custom Custom types are comparable to operations but contain the serialization templates instead of operator patterns. 
com.mysema.query.types.expr Expr encode the base type hierarchy and signatures of Querydsl expressions 
com.mysema.query.types.operation Operations represent typed operations with operator and arguments 
com.mysema.query.types.path Paths represent typed property paths, variables and list-map-array access 
 

Uses of EString in com.mysema.query.types
 

Methods in com.mysema.query.types that return types with arguments of type EString
 CaseForEqBuilder.Cases<String,EString> CaseForEqBuilder.then(EString then)
           
 CaseBuilder.Cases<String,EString> CaseBuilder.Initial.then(EString expr)
           
 CaseForEqBuilder.Cases<String,EString> CaseForEqBuilder.then(String then)
           
 CaseBuilder.Cases<String,EString> CaseBuilder.Initial.then(String str)
           
 

Methods in com.mysema.query.types with parameters of type EString
 CaseForEqBuilder.Cases<String,EString> CaseForEqBuilder.then(EString then)
           
 CaseBuilder.Cases<String,EString> CaseBuilder.Initial.then(EString expr)
           
 

Uses of EString in com.mysema.query.types.custom
 

Subclasses of EString in com.mysema.query.types.custom
 class CString
          CString defines custom String expressions
 

Methods in com.mysema.query.types.custom that return EString
static EString CString.create(String template, Expr<?>... args)
           
static EString CString.create(Template template, Expr<?>... args)
           
 

Uses of EString in com.mysema.query.types.expr
 

Subclasses of EString in com.mysema.query.types.expr
 class EStringConst
          EStringConst represents String constants
 

Methods in com.mysema.query.types.expr that return EString
 EString EStringConst.append(Expr<String> s)
           
 EString EString.append(Expr<String> str)
          Get the concatenation of this and str
 EString EStringConst.append(String s)
           
 EString EString.append(String str)
          Get the concatenation of this and str
 EString EString.concat(Expr<String> str)
          Get the concatenation of this and str
 EString EStringConst.concat(String s)
           
 EString EString.concat(String str)
          Get the concatenation of this and str
static EString EStringConst.create(String str)
          Factory method for constants
static EString EStringConst.create(String str, boolean populateCache)
           
 EString EStringConst.lower()
           
 EString EString.lower()
          Get the lower case form
 EString EStringConst.prepend(Expr<String> s)
           
 EString EString.prepend(Expr<String> str)
          Prepend the given String and return the result
 EString EStringConst.prepend(String s)
           
 EString EString.prepend(String str)
          Prepend the given String and return the result
 EString EString.stringValue()
           
 EString EComparableBase.stringValue()
          Get a cast to String expression
 EString EStringConst.substring(int beginIndex)
           
 EString EString.substring(int beginIndex)
          Get the given substring
 EString EStringConst.substring(int beginIndex, int endIndex)
           
 EString EString.substring(int beginIndex, int endIndex)
          Get the given substring
 EString EStringConst.toLowerCase()
           
 EString EString.toLowerCase()
          Get the lower case form
 EString EStringConst.toUpperCase()
           
 EString EString.toUpperCase()
          Get the upper case form
 EString EStringConst.trim()
           
 EString EString.trim()
          Get a copy of the string, with leading and trailing whitespace omitted.
 EString EStringConst.upper()
           
 EString EString.upper()
          Get the upper case form
 

Methods in com.mysema.query.types.expr with parameters of type EString
 EBoolean EString.like(EString str)
          Expr: this like str
 

Uses of EString in com.mysema.query.types.operation
 

Subclasses of EString in com.mysema.query.types.operation
 class OString
          OString represents a String typed operation
 

Methods in com.mysema.query.types.operation that return EString
 EString OString.asExpr()
           
static EString OString.create(Operator<String> op, Expr<?>... args)
           
 

Uses of EString in com.mysema.query.types.path
 

Subclasses of EString in com.mysema.query.types.path
 class PString
          PString represents String typed paths
 

Methods in com.mysema.query.types.path that return EString
 EString PString.asExpr()
           
 



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