Uses of Class
com.mysema.query.types.path.PString

Packages that use PString
com.mysema.query.alias Alias functionality 
com.mysema.query.types.path Paths represent typed property paths, variables and list-map-array access 
 

Uses of PString in com.mysema.query.alias
 

Methods in com.mysema.query.alias that return PString
static PString Alias.$(String arg)
           
static PString Alias.var(String arg)
           
 

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

Methods in com.mysema.query.types.path that return PString
protected  PString PEntity.createString(String property)
          Create a new String path
 PString PathBuilder.get(PString path)
           
 PString PathBuilder.getString(String property)
          Get a new String typed path
 

Methods in com.mysema.query.types.path with parameters of type PString
 PString PathBuilder.get(PString path)
           
 



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