|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.mysema.query.types.Expr<D>
com.mysema.query.types.expr.ESimple<C>
com.mysema.query.types.expr.ECollectionBase<Collection<E>,E>
com.mysema.query.types.path.PCollection<E>
E - component typepublic class PCollection<E>
PCollection represents collection paths
| Field Summary |
|---|
| Fields inherited from class com.mysema.query.types.Expr |
|---|
primitive |
| Constructor Summary | |
|---|---|
PCollection(Class<? super E> type,
String entityName,
PathMetadata<?> metadata)
|
|
| Method Summary | |
|---|---|
void |
accept(Visitor v)
|
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. |
Class<E> |
getElementType()
Get the element type of this path |
String |
getEntityName()
Get the entity name for this Entity collection 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.ESimple |
|---|
as, count, countDistinct, eq, eq, in, in, in, ne, ne, when, when |
| Methods inherited from class com.mysema.query.types.Expr |
|---|
asExpr, getType, notIn, notIn, notIn, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface com.mysema.query.types.Path |
|---|
asExpr, getType |
| Constructor Detail |
|---|
public PCollection(Class<? super E> type,
String entityName,
PathMetadata<?> metadata)
| Method Detail |
|---|
public void accept(Visitor v)
accept in class Expr<Collection<E>>public boolean equals(Object o)
equals in class Expr<Collection<E>>public Class<E> getElementType()
ECollection
getElementType in interface ECollection<Collection<E>,E>public String getEntityName()
public PathMetadata<?> getMetadata()
Path
getMetadata in interface Path<Collection<E>>public Path<?> getRoot()
Path
getRoot in interface Path<Collection<E>>public int hashCode()
hashCode in class Expr<Collection<E>>public EBoolean isNotNull()
Paththis is not null expression
isNotNull in interface Path<Collection<E>>public EBoolean isNull()
Paththis is null expression
isNull in interface Path<Collection<E>>public AnnotatedElement getAnnotatedElement()
Path
getAnnotatedElement in interface Path<Collection<E>>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||