|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.mysema.query.types.expr.Expr<D>
com.mysema.query.types.path.PSimple<D>
D - Java typepublic class PSimple<D>
PSimple represents simple paths
| Constructor Summary | |
|---|---|
PSimple(Class<? extends D> type,
Path<?> parent,
String property)
|
|
PSimple(Class<? extends D> type,
PathMetadata<?> metadata)
|
|
PSimple(Class<? extends D> type,
String var)
|
|
| Method Summary | |
|---|---|
void |
accept(Visitor v)
|
Expr<D> |
asExpr()
|
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 |
int |
hashCode()
|
EBoolean |
isNotNull()
Create a this is not null expression |
EBoolean |
isNull()
Create a this is null expression |
| Methods inherited from class com.mysema.query.types.expr.Expr |
|---|
count, countAll, countDistinct, eq, eq, getType, in, in, in, ne, ne, notIn, notIn, notIn, toString, when, when |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface com.mysema.query.types.path.Path |
|---|
getType |
| Constructor Detail |
|---|
public PSimple(Class<? extends D> type,
Path<?> parent,
String property)
public PSimple(Class<? extends D> type,
PathMetadata<?> metadata)
public PSimple(Class<? extends D> type,
String var)
| Method Detail |
|---|
public void accept(Visitor v)
accept in class Expr<D>public Expr<D> asExpr()
asExpr in interface Path<D>public boolean equals(Object o)
equals in class Objectpublic PathMetadata<?> getMetadata()
Path
getMetadata in interface Path<D>public Path<?> getRoot()
Path
getRoot in interface Path<D>public int hashCode()
hashCode in class Expr<D>public EBoolean isNotNull()
Paththis is not null expression
isNotNull in interface Path<D>public EBoolean isNull()
Paththis is null expression
isNull in interface Path<D>public AnnotatedElement getAnnotatedElement()
Path
getAnnotatedElement in interface Path<D>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||