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

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

Uses of PTime in com.mysema.query.alias
 

Methods in com.mysema.query.alias that return PTime
static PTime<Time> Alias.$(Time arg)
           
 

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

Methods in com.mysema.query.types.path that return PTime
protected
<A extends Comparable>
PTime<A>
PEntity.createTime(String property, Class<? super A> type)
          Create a new Time path
<A extends Comparable<?>>
PTime<A>
PathBuilder.get(PTime<A> path)
           
<A extends Comparable<?>>
PTime<A>
PathBuilder.getTime(String property, Class<A> type)
          Get a new Time typed path
 

Methods in com.mysema.query.types.path with parameters of type PTime
<A extends Comparable<?>>
PTime<A>
PathBuilder.get(PTime<A> path)
           
 



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