|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.mysema.query.types.ExpressionBase<T>
com.mysema.query.types.PathImpl<T>
T - public class PathImpl<T>
PathImpl defines a default implementation of the Path interface
| Constructor Summary | |
|---|---|
PathImpl(Class<? extends T> type,
Path<?> parent,
String property)
|
|
PathImpl(Class<? extends T> type,
PathMetadata<?> metadata)
|
|
PathImpl(Class<? extends T> type,
String variable)
|
|
| Method Summary | ||
|---|---|---|
|
accept(Visitor<R,C> v,
C context)
Accept the visitor with the given context |
|
boolean |
equals(Object o)
|
|
AnnotatedElement |
getAnnotatedElement()
Return the annotated element related to the given path For property paths the annotated element contains the annotations of the related field and/or getter method and for all others paths the annotated element is the expression type. |
|
PathMetadata<?> |
getMetadata()
Get the metadata for this path |
|
Path<?> |
getRoot()
Get the root for this path |
|
| Methods inherited from class com.mysema.query.types.ExpressionBase |
|---|
getType, hashCode, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface com.mysema.query.types.Expression |
|---|
getType |
| Constructor Detail |
|---|
public PathImpl(Class<? extends T> type,
String variable)
public PathImpl(Class<? extends T> type,
PathMetadata<?> metadata)
public PathImpl(Class<? extends T> type,
Path<?> parent,
String property)
| Method Detail |
|---|
public boolean equals(Object o)
equals in class Objectpublic PathMetadata<?> getMetadata()
Path
getMetadata in interface Path<T>public Path<?> getRoot()
Path
getRoot in interface Path<T>public AnnotatedElement getAnnotatedElement()
Path
getAnnotatedElement in interface Path<T>
public <R,C> R accept(Visitor<R,C> v,
C context)
Expression
accept in interface Expression<T>R - return typeC - context typev - visitorcontext - context of visit
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||