T - expression typeE - collection element typepublic abstract class CollectionExpressionBase<T extends Collection<E>,E> extends DslExpression<T> implements CollectionExpression<T,E>
CollectionExpression implementationshashCode, mixin| Constructor and Description |
|---|
CollectionExpressionBase(Expression<T> mixin) |
| Modifier and Type | Method and Description |
|---|---|
DslExpression<E> |
as(EntityPath<E> alias) |
BooleanExpression |
contains(E child) |
BooleanExpression |
contains(Expression<E> child) |
abstract Class<E> |
getElementType() |
BooleanExpression |
isEmpty() |
BooleanExpression |
isNotEmpty() |
NumberExpression<Integer> |
size() |
as, as, equals, getType, hashCode, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetParameteraccept, getTypepublic CollectionExpressionBase(Expression<T> mixin)
public DslExpression<E> as(EntityPath<E> alias)
public final BooleanExpression contains(E child)
public final BooleanExpression contains(Expression<E> child)
public final BooleanExpression isEmpty()
public final BooleanExpression isNotEmpty()
public final NumberExpression<Integer> size()
Copyright © 2007–2015 Querydsl. All rights reserved.