|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SimpleSubQuery | |
|---|---|
| com.mysema.query.support | Various support classes |
| com.mysema.query.types.query | Subquery implementations |
| Uses of SimpleSubQuery in com.mysema.query.support |
|---|
| Methods in com.mysema.query.support that return SimpleSubQuery | ||
|---|---|---|
SimpleSubQuery<Object[]> |
DetachableQuery.unique(Expression<?>[] args)
|
|
SimpleSubQuery<Object[]> |
DetachableAdapter.unique(Expression<?>[] args)
|
|
SimpleSubQuery<Object[]> |
DetachableMixin.unique(Expression<?>[] args)
|
|
SimpleSubQuery<Object[]> |
DetachableQuery.unique(Expression<?> first,
Expression<?> second,
Expression<?>... rest)
|
|
SimpleSubQuery<Object[]> |
DetachableAdapter.unique(Expression<?> first,
Expression<?> second,
Expression<?>... rest)
|
|
SimpleSubQuery<Object[]> |
DetachableMixin.unique(Expression<?> first,
Expression<?> second,
Expression<?>... rest)
|
|
|
DetachableQuery.unique(Expression<RT> projection)
|
|
|
DetachableAdapter.unique(Expression<RT> projection)
|
|
|
DetachableMixin.unique(Expression<RT> projection)
|
|
SimpleSubQuery<Object[]> |
DetachableQuery.unique(Object... args)
|
|
SimpleSubQuery<Object[]> |
DetachableAdapter.unique(Object... args)
|
|
SimpleSubQuery<Object[]> |
DetachableMixin.unique(Object... args)
|
|
| Uses of SimpleSubQuery in com.mysema.query.types.query |
|---|
| Methods in com.mysema.query.types.query that return SimpleSubQuery | ||
|---|---|---|
SimpleSubQuery<Object[]> |
Detachable.unique(Expression<?>[] args)
Create a projection expression for the given projection |
|
SimpleSubQuery<Object[]> |
Detachable.unique(Expression<?> first,
Expression<?> second,
Expression<?>... rest)
Create a projection expression for the given projection |
|
|
Detachable.unique(Expression<RT> projection)
Create a subquery expression for the given projection |
|
SimpleSubQuery<Object[]> |
Detachable.unique(Object... args)
Create a projection expression for the given projection Non expression arguments are converted into constant expressions |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||