| Modifier and Type | Method and Description |
|---|---|
T |
SubqueryImpl.handle(QueryImpl<?> query,
SessionImpl session,
ResultSet row)
Handles the row.
|
X |
CompoundSelectionImpl.handle(QueryImpl<?> query,
SessionImpl session,
ResultSet row)
Handles the row.
|
abstract X |
AbstractSelection.handle(QueryImpl<?> query,
SessionImpl session,
ResultSet row)
Handles the row.
|
| Modifier and Type | Method and Description |
|---|---|
Boolean |
ComparisonExpression.handle(QueryImpl<?> query,
SessionImpl session,
ResultSet row)
Handles the row.
|
Boolean |
InExpression.handle(QueryImpl<?> query,
SessionImpl session,
ResultSet row)
Handles the row.
|
C |
CollectionExpression.handle(QueryImpl<?> query,
SessionImpl session,
ResultSet row)
Handles the row.
|
N |
ArithmeticExression.handle(QueryImpl<?> query,
SessionImpl session,
ResultSet row)
Handles the row.
|
Boolean |
BooleanExpression.handle(QueryImpl<?> query,
SessionImpl session,
ResultSet row)
Handles the row.
|
Integer |
LocateExpression.handle(QueryImpl<?> query,
SessionImpl session,
ResultSet row)
Handles the row.
|
Boolean |
LikeExpression.handle(QueryImpl<?> query,
SessionImpl session,
ResultSet row)
Handles the row.
|
Boolean |
IsNullExpression.handle(QueryImpl<?> query,
SessionImpl session,
ResultSet row)
Handles the row.
|
Boolean |
PredicateImpl.handle(QueryImpl<?> query,
SessionImpl session,
ResultSet row)
Handles the row.
|
T |
CoalesceExpression.handle(QueryImpl<?> query,
SessionImpl session,
ResultSet row)
Handles the row.
|
R |
SimpleCaseImpl.handle(QueryImpl<?> query,
SessionImpl session,
ResultSet row)
Handles the row.
|
T |
CastExpression.handle(QueryImpl<?> query,
SessionImpl session,
ResultSet row)
Handles the row.
|
Boolean |
MemberOfExpression.handle(QueryImpl<?> query,
SessionImpl session,
ResultSet row)
Handles the row.
|
T |
AggregationExpression.handle(QueryImpl<?> query,
SessionImpl session,
ResultSet row)
Handles the row.
|
T |
ParameterExpressionImpl.handle(QueryImpl<?> query,
SessionImpl session,
ResultSet row)
Handles the row.
|
Class<? extends T> |
EntityTypeExpression.handle(QueryImpl<?> query,
SessionImpl session,
ResultSet row)
Handles the row.
|
Boolean |
IsEmptyExpression.handle(QueryImpl<?> query,
SessionImpl session,
ResultSet row)
Handles the row.
|
Long |
CountExpression.handle(QueryImpl<?> query,
SessionImpl session,
ResultSet row)
Handles the row.
|
T |
NullIfExpression.handle(QueryImpl<?> query,
SessionImpl session,
ResultSet row)
Handles the row.
|
Boolean |
ExistsExpression.handle(QueryImpl<?> query,
SessionImpl session,
ResultSet row)
Handles the row.
|
T |
EntityConstantExpression.handle(QueryImpl<?> query,
SessionImpl session,
ResultSet row)
Handles the row.
|
T |
CurrentTemporalExpression.handle(QueryImpl<?> query,
SessionImpl session,
ResultSet row)
Handles the row.
|
T |
NullExpression.handle(QueryImpl<?> query,
SessionImpl session,
ResultSet row)
Handles the row.
|
T |
SimpleConstantExpression.handle(QueryImpl<?> query,
SessionImpl session,
ResultSet row)
Handles the row.
|
N |
NumericFunctionExpression.handle(QueryImpl<?> query,
SessionImpl session,
ResultSet row)
Handles the row.
|
T |
CaseImpl.handle(QueryImpl<?> query,
SessionImpl session,
ResultSet row)
Handles the row.
|
Integer |
IndexExpression.handle(QueryImpl<?> query,
SessionImpl session,
ResultSet row)
Handles the row.
|
EntryImpl<K,V> |
MapEntryExpression.handle(QueryImpl<?> query,
SessionImpl session,
ResultSet row)
Handles the row.
|
M |
MapExpression.handle(QueryImpl<?> query,
SessionImpl session,
ResultSet row)
Handles the row.
|
Integer |
SizeExpression.handle(QueryImpl<?> query,
SessionImpl session,
ResultSet row)
Handles the row.
|
String |
CaseTransformationExpression.handle(QueryImpl<?> query,
SessionImpl session,
ResultSet row)
Handles the row.
|
N |
NegationExpression.handle(QueryImpl<?> query,
SessionImpl session,
ResultSet row)
Handles the row.
|
T |
AllAnyExpression.handle(QueryImpl<?> query,
SessionImpl session,
ResultSet row)
Handles the row.
|
String |
SubstringExpression.handle(QueryImpl<?> query,
SessionImpl session,
ResultSet row)
Handles the row.
|
T |
FunctionExpression.handle(QueryImpl<?> query,
SessionImpl session,
ResultSet row)
Handles the row.
|
Class<? extends T> |
StaticTypeExpression.handle(QueryImpl<?> query,
SessionImpl session,
ResultSet row)
Handles the row.
|
Integer |
DateTimeExpression.handle(QueryImpl<?> query,
SessionImpl session,
ResultSet row)
Handles the row.
|
String |
TrimExpression.handle(QueryImpl<?> query,
SessionImpl session,
ResultSet row)
Handles the row.
|
String |
ConcatExpression.handle(QueryImpl<?> query,
SessionImpl session,
ResultSet row)
Handles the row.
|
| Modifier and Type | Method and Description |
|---|---|
X |
AbstractFrom.handle(QueryImpl<?> query,
SessionImpl session,
ResultSet row)
Handles the row.
|
V |
MapJoinImpl.handle(QueryImpl<?> query,
SessionImpl session,
ResultSet row)
Handles the row.
|
X |
FetchParentImpl.handle(SessionImpl session,
ResultSet row)
Handles the row.
|
EntryImpl<Object,ManagedInstance<?>> |
FetchParentImpl.handle(SessionImpl session,
ResultSet row,
MapJoinImpl.MapSelectType selectType)
Handles the row.
|
Object |
MapJoinImpl.handle(SessionImpl session,
ResultSet row,
MapJoinImpl.MapSelectType selectType)
Handles the row.
|
EntryImpl<Object,ManagedInstance<?>> |
FetchParentImpl.handleFetch(SessionImpl session,
ResultSet row,
MapJoinImpl.MapSelectType selectType)
Handles the row.
|
| Modifier and Type | Method and Description |
|---|---|
X |
BasicPath.handle(QueryImpl<?> query,
SessionImpl session,
ResultSet row)
Handles the row.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
SessionImpl |
ManagedInstance.getSession()
Returns the session.
|
| Constructor and Description |
|---|
Enhanced(Class<?> type,
SessionImpl session,
Object id,
boolean initialized) |
ManagedInstance(EntityTypeImpl<X> type,
SessionImpl session,
X instance) |
ManagedInstance(EntityTypeImpl<X> type,
SessionImpl session,
X instance,
ManagedId<? super X> id) |
| Modifier and Type | Method and Description |
|---|---|
SessionImpl |
EntityManagerImpl.getSession()
Returns the session.
|
| Modifier and Type | Method and Description |
|---|---|
ManagedId<X> |
EntityTypeImpl.getId(SessionImpl session,
ResultSet row)
Returns the id of the entity from the resultset row.
|
ManagedId<X> |
EntityTypeImpl.getId(SessionImpl session,
ResultSet row,
HashMap<AbstractColumn,String> idFields)
Returns the id of the entity from the resultset row.
|
ManagedInstance<X> |
EntityTypeImpl.getManagedInstance(SessionImpl session,
X instance)
Returns the managed instance for the instance.
|
ManagedInstance<X> |
EntityTypeImpl.getManagedInstanceById(SessionImpl session,
ManagedId<X> id,
boolean lazy)
Creates a new managed instance with the id.
|
void |
EntityTypeImpl.setId(SessionImpl session,
Object instance,
Object id)
Sets the id of the entity from the instance.
|
Copyright © 2012 Batoo Software & Consultancy. All Rights Reserved.