com.mysema.query.types
Interface EntityPath<T>

Type Parameters:
T - entity type
All Superinterfaces:
Expression<T>, Path<T>, Serializable
All Known Subinterfaces:
RelationalPath<T>
All Known Implementing Classes:
ComparableEntityPath, EntityPathBase, PathBuilder, RelationalPathBase

public interface EntityPath<T>
extends Path<T>

EntityPath is the common interface for entity path expressions

Author:
tiwe

Method Summary
 
Methods inherited from interface com.mysema.query.types.Path
getAnnotatedElement, getMetadata, getRoot
 
Methods inherited from interface com.mysema.query.types.Expression
accept, getType
 



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