@DefaultAnnotation(value=javax.annotation.Nonnull.class)

Package com.mysema.query.types.path

Paths represent typed property paths, variables and list-map-array access

See:
          Description

Class Summary
ArrayPath<E> ArrayPath represents an array typed path
BeanPath<D> BeanPath represents bean paths
BooleanPath BooleanPath represents boolean path expressions
CollectionPath<E,Q extends SimpleExpression<E>> CollectionPath represents collection paths
CollectionPathBase<C extends Collection<E>,E,Q extends SimpleExpression<E>> CollectionPath is a base class for collection typed paths
ComparablePath<D extends Comparable> ComparablePath represents Comparable paths
Constants  
DatePath<D extends Comparable> DatePath presents Date paths
DateTimePath<D extends Comparable> DateTimePath presents DateTime typed paths
EntityPathBase<D> EntityPathBase provides a base class for EntityPath implementations
EnumPath<D extends Enum<D>> EnumPath represents enum paths
ListPath<E,Q extends SimpleExpression<E>> ListPath represents list paths
MapPath<K,V,E extends SimpleExpression<V>> MapPath represents map paths
NumberPath<D extends Number & Comparable<?>> NumberPath represents numeric paths
PathBuilder<D> PathBuilder is an extension to EntityPathBase for dynamic path construction
PathBuilderFactory PathBuilderFactory is a factory class for PathBuilder creation
PathInits PathInits defines path initializations that can be attached to properties via QueryInit annotations
SetPath<E,Q extends SimpleExpression<E>> SetPath represents set paths
SimplePath<D> SimplePath represents simple paths
StringPath StringPath represents String typed paths
TimePath<D extends Comparable> TimePath represented Time paths
 

Package com.mysema.query.types.path Description

Paths represent typed property paths, variables and list-map-array access



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