com.mysema.query.types.path
Class ComparableEntityPath<T extends Comparable>

java.lang.Object
  extended by com.mysema.query.types.ExpressionBase<T>
      extended by com.mysema.query.types.expr.SimpleExpression<T>
          extended by com.mysema.query.types.expr.ComparableExpressionBase<T>
              extended by com.mysema.query.types.expr.ComparableExpression<T>
                  extended by com.mysema.query.types.path.ComparablePath<T>
                      extended by com.mysema.query.types.path.ComparableEntityPath<T>
Type Parameters:
T -
All Implemented Interfaces:
EntityPath<T>, Expression<T>, Path<T>, Serializable

public class ComparableEntityPath<T extends Comparable>
extends ComparablePath<T>
implements EntityPath<T>

Author:
tiwe
See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.mysema.query.types.expr.SimpleExpression
primitive
 
Fields inherited from class com.mysema.query.types.ExpressionBase
type
 
Constructor Summary
ComparableEntityPath(Class<? extends T> type, Path<?> parent, String property)
           
ComparableEntityPath(Class<? extends T> type, PathMetadata<?> metadata)
           
ComparableEntityPath(Class<? extends T> type, String var)
           
 
Method Summary
 
Methods inherited from class com.mysema.query.types.path.ComparablePath
accept, equals, getAnnotatedElement, getMetadata, getRoot, hashCode
 
Methods inherited from class com.mysema.query.types.expr.ComparableExpression
as, as, between, between, goe, goe, gt, gt, loe, loe, lt, lt, notBetween, notBetween
 
Methods inherited from class com.mysema.query.types.expr.ComparableExpressionBase
asc, castToNum, desc, stringValue
 
Methods inherited from class com.mysema.query.types.expr.SimpleExpression
count, countDistinct, eq, eq, in, in, in, isNotNull, isNull, ne, ne, notIn, notIn, notIn, when, when
 
Methods inherited from class com.mysema.query.types.ExpressionBase
getType, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.mysema.query.types.Path
getAnnotatedElement, getMetadata, getRoot
 
Methods inherited from interface com.mysema.query.types.Expression
accept, getType
 

Constructor Detail

ComparableEntityPath

public ComparableEntityPath(Class<? extends T> type,
                            Path<?> parent,
                            String property)

ComparableEntityPath

public ComparableEntityPath(Class<? extends T> type,
                            PathMetadata<?> metadata)

ComparableEntityPath

public ComparableEntityPath(Class<? extends T> type,
                            String var)


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