|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.mysema.query.types.path.PathMixin<T>
T - public final class PathMixin<T>
PathMixin defines a mixin version of the Path interface which can be used as a component and target in actual Path implementations
| Constructor Summary | |
|---|---|
PathMixin(Path<T> self,
PathMetadata<?> metadata)
|
|
| Method Summary | |
|---|---|
Expr<T> |
asExpr()
Cast to Expr |
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 |
Class<? extends T> |
getType()
Get the type of this path |
int |
hashCode()
|
EBoolean |
isNotNull()
Create a this is not null expression |
EBoolean |
isNull()
Create a this is null expression |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PathMixin(Path<T> self,
PathMetadata<?> metadata)
| Method Detail |
|---|
public Expr<T> asExpr()
PathExpr
asExpr in interface Path<T>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 Class<? extends T> getType()
Path
getType in interface Path<T>public int hashCode()
hashCode in class Objectpublic EBoolean isNotNull()
Paththis is not null expression
isNotNull in interface Path<T>public EBoolean isNull()
Paththis is null expression
isNull in interface Path<T>public AnnotatedElement getAnnotatedElement()
Path
getAnnotatedElement in interface Path<T>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||