| Modifier and Type | Method and Description |
|---|---|
QueryImpl<X> |
QueryImpl.setFlushMode(javax.persistence.FlushModeType flushMode) |
QueryImpl<X> |
QueryImpl.setParameter(int position,
Object value) |
| Modifier and Type | Method and Description |
|---|---|
abstract X |
AbstractSelection.handle(QueryImpl<?> query,
SessionImpl session,
ResultSet row)
Handles the row.
|
T |
SubqueryImpl.handle(QueryImpl<?> query,
SessionImpl session,
ResultSet row)
Handles the row.
|
X |
CompoundSelectionImpl.handle(QueryImpl<?> query,
SessionImpl session,
ResultSet row)
Handles the row.
|
| Modifier and Type | Method and Description |
|---|---|
T |
AggregationExpression.handle(QueryImpl<?> query,
SessionImpl session,
ResultSet row)
Handles the row.
|
R |
SimpleCaseImpl.handle(QueryImpl<?> query,
SessionImpl session,
ResultSet row)
Handles the row.
|
EntryImpl<K,V> |
MapEntryExpression.handle(QueryImpl<?> query,
SessionImpl session,
ResultSet row)
Handles the row.
|
Boolean |
InExpression.handle(QueryImpl<?> query,
SessionImpl session,
ResultSet row)
Handles the row.
|
Boolean |
ExistsExpression.handle(QueryImpl<?> query,
SessionImpl session,
ResultSet row)
Handles the row.
|
Class<? extends T> |
EntityTypeExpression.handle(QueryImpl<?> query,
SessionImpl session,
ResultSet row)
Handles the row.
|
String |
ConcatExpression.handle(QueryImpl<?> query,
SessionImpl session,
ResultSet row)
Handles the row.
|
Boolean |
IsNullExpression.handle(QueryImpl<?> query,
SessionImpl session,
ResultSet row)
Handles the row.
|
Boolean |
LikeExpression.handle(QueryImpl<?> query,
SessionImpl session,
ResultSet row)
Handles the row.
|
String |
TrimExpression.handle(QueryImpl<?> query,
SessionImpl session,
ResultSet row)
Handles the row.
|
Boolean |
BooleanExpression.handle(QueryImpl<?> query,
SessionImpl session,
ResultSet row)
Handles the row.
|
T |
SimpleConstantExpression.handle(QueryImpl<?> query,
SessionImpl session,
ResultSet row)
Handles the row.
|
T |
EntityConstantExpression.handle(QueryImpl<?> query,
SessionImpl session,
ResultSet row)
Handles the row.
|
String |
SubstringExpression.handle(QueryImpl<?> query,
SessionImpl session,
ResultSet row)
Handles the row.
|
T |
CoalesceExpression.handle(QueryImpl<?> query,
SessionImpl session,
ResultSet row)
Handles the row.
|
Long |
CountExpression.handle(QueryImpl<?> query,
SessionImpl session,
ResultSet row)
Handles the row.
|
T |
CurrentTemporalExpression.handle(QueryImpl<?> query,
SessionImpl session,
ResultSet row)
Handles the row.
|
M |
MapExpression.handle(QueryImpl<?> query,
SessionImpl session,
ResultSet row)
Handles the row.
|
Boolean |
ComparisonExpression.handle(QueryImpl<?> query,
SessionImpl session,
ResultSet row)
Handles the row.
|
N |
NegationExpression.handle(QueryImpl<?> query,
SessionImpl session,
ResultSet row)
Handles the row.
|
T |
NullIfExpression.handle(QueryImpl<?> query,
SessionImpl session,
ResultSet row)
Handles the row.
|
T |
CaseImpl.handle(QueryImpl<?> query,
SessionImpl session,
ResultSet row)
Handles the row.
|
T |
ParameterExpressionImpl.handle(QueryImpl<?> query,
SessionImpl session,
ResultSet row)
Handles the row.
|
T |
AllAnyExpression.handle(QueryImpl<?> query,
SessionImpl session,
ResultSet row)
Handles the row.
|
Class<? extends T> |
StaticTypeExpression.handle(QueryImpl<?> query,
SessionImpl session,
ResultSet row)
Handles the row.
|
String |
CaseTransformationExpression.handle(QueryImpl<?> query,
SessionImpl session,
ResultSet row)
Handles the row.
|
N |
ArithmeticExression.handle(QueryImpl<?> query,
SessionImpl session,
ResultSet row)
Handles the row.
|
C |
CollectionExpression.handle(QueryImpl<?> query,
SessionImpl session,
ResultSet row)
Handles the row.
|
Integer |
IndexExpression.handle(QueryImpl<?> query,
SessionImpl session,
ResultSet row)
Handles the row.
|
T |
CastExpression.handle(QueryImpl<?> query,
SessionImpl session,
ResultSet row)
Handles the row.
|
T |
FunctionExpression.handle(QueryImpl<?> query,
SessionImpl session,
ResultSet row)
Handles the row.
|
T |
NullExpression.handle(QueryImpl<?> query,
SessionImpl session,
ResultSet row)
Handles the row.
|
Boolean |
IsEmptyExpression.handle(QueryImpl<?> query,
SessionImpl session,
ResultSet row)
Handles the row.
|
Integer |
LocateExpression.handle(QueryImpl<?> query,
SessionImpl session,
ResultSet row)
Handles the row.
|
Integer |
DateTimeExpression.handle(QueryImpl<?> query,
SessionImpl session,
ResultSet row)
Handles the row.
|
Boolean |
MemberOfExpression.handle(QueryImpl<?> query,
SessionImpl session,
ResultSet row)
Handles the row.
|
Boolean |
PredicateImpl.handle(QueryImpl<?> query,
SessionImpl session,
ResultSet row)
Handles the row.
|
Integer |
SizeExpression.handle(QueryImpl<?> query,
SessionImpl session,
ResultSet row)
Handles the row.
|
N |
NumericFunctionExpression.handle(QueryImpl<?> query,
SessionImpl session,
ResultSet row)
Handles the row.
|
| Modifier and Type | Method and Description |
|---|---|
V |
MapJoinImpl.handle(QueryImpl<?> query,
SessionImpl session,
ResultSet row)
Handles the row.
|
X |
AbstractFrom.handle(QueryImpl<?> query,
SessionImpl session,
ResultSet row)
Handles the row.
|
| Modifier and Type | Method and Description |
|---|---|
<T> QueryImpl<T> |
JpqlQuery.createTypedQuery(EntityManagerImpl entityManager)
Creates a typed query for the JPQL.
|
| Modifier and Type | Method and Description |
|---|---|
X |
EntityPath.handle(QueryImpl<?> query,
SessionImpl session,
ResultSet row)
Handles the row.
|
X |
EmbeddedAttributePath.handle(QueryImpl<?> query,
SessionImpl session,
ResultSet row)
Handles the row.
|
X |
MapKeyPath.handle(QueryImpl<?> query,
SessionImpl session,
ResultSet row)
Handles the row.
|
X |
BasicPath.handle(QueryImpl<?> query,
SessionImpl session,
ResultSet row)
Handles the row.
|
| Modifier and Type | Method and Description |
|---|---|
<T> QueryImpl<T> |
EntityManagerImpl.createQuery(javax.persistence.criteria.CriteriaQuery<T> criteriaQuery) |
Copyright © 2012-2013 Batoo. All Rights Reserved.