|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.mysema.query.types.expr.Expr<C>
com.mysema.query.types.expr.ECollectionBase<List<E>,E>
com.mysema.query.types.path.PList<E,Q>
E - component typepublic class PList<E,Q extends Expr<E>>
PList represents list paths
| Field Summary | |
|---|---|
protected Class<E> |
elementType
|
| Constructor Summary | |
|---|---|
PList(Class<? super E> elementType,
Class<Q> queryType,
PathMetadata<?> metadata)
|
|
| Method Summary | |
|---|---|
void |
accept(Visitor v)
|
Expr<List<E>> |
asExpr()
|
boolean |
equals(Object o)
|
protected PathMetadata<Integer> |
forListAccess(Expr<Integer> index)
|
protected PathMetadata<Integer> |
forListAccess(int index)
|
Q |
get(Expr<Integer> index)
Indexed access |
Q |
get(int index)
Indexed access |
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. |
Class<E> |
getElementType()
Get the element type of this path |
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.ECollectionBase |
|---|
contains, contains, isEmpty, isNotEmpty, size |
| 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.expr.ECollection |
|---|
contains, contains, isEmpty, isNotEmpty, size |
| Methods inherited from interface com.mysema.query.types.path.Path |
|---|
getType |
| Field Detail |
|---|
protected final Class<E> elementType
| Constructor Detail |
|---|
public PList(Class<? super E> elementType,
Class<Q> queryType,
PathMetadata<?> metadata)
| Method Detail |
|---|
public void accept(Visitor v)
accept in class Expr<List<E>>public Expr<List<E>> asExpr()
asExpr in interface Path<List<E>>protected PathMetadata<Integer> forListAccess(int index)
protected PathMetadata<Integer> forListAccess(Expr<Integer> index)
public boolean equals(Object o)
equals in class Objectpublic Q get(Expr<Integer> index)
EList
get in interface EList<E>List.get(int)public Q get(int index)
EList
get in interface EList<E>List.get(int)public Class<E> getElementType()
ECollection
getElementType in interface ECollection<List<E>,E>public PathMetadata<?> getMetadata()
Path
getMetadata in interface Path<List<E>>public Path<?> getRoot()
Path
getRoot in interface Path<List<E>>public int hashCode()
hashCode in class Expr<List<E>>public EBoolean isNotNull()
Paththis is not null expression
isNotNull in interface Path<List<E>>public EBoolean isNull()
Paththis is null expression
isNull in interface Path<List<E>>public AnnotatedElement getAnnotatedElement()
Path
getAnnotatedElement in interface Path<List<E>>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||