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

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

Uses of TimePath in com.mysema.query.alias
 

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

Uses of TimePath in com.mysema.query.support
 

Methods in com.mysema.query.support that return TimePath
static
<T extends Comparable<?>>
TimePath<T>
Expressions.timePath(Class<T> type, Path<?> parent, String property)
           
static
<T extends Comparable<?>>
TimePath<T>
Expressions.timePath(Class<T> type, String variable)
           
 

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

Methods in com.mysema.query.types.path that return TimePath
protected
<A extends Comparable>
TimePath<A>
BeanPath.createTime(String property, Class<? super A> type)
          Create a new Time path
<A extends Comparable<?>>
TimePath<A>
PathBuilder.get(TimePath<A> path)
           
<A extends Comparable<?>>
TimePath<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 TimePath
<A extends Comparable<?>>
TimePath<A>
PathBuilder.get(TimePath<A> path)
           
 



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