|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SqlMappingIdentity | |
|---|---|
| org.sqlproc.engine.impl | The private part of the SQL Processor implementation. |
| Uses of SqlMappingIdentity in org.sqlproc.engine.impl |
|---|
| Fields in org.sqlproc.engine.impl with type parameters of type SqlMappingIdentity | |
|---|---|
(package private) Map<String,SqlMappingIdentity> |
SqlMappingResult.identities
The collection of identities related to all output columns. |
| Method parameters in org.sqlproc.engine.impl with type arguments of type SqlMappingIdentity | |
|---|---|
static String |
SqlUtils.getIdsKey(Object[] resultValues,
Map<String,SqlMappingIdentity> identities,
String fullName)
|
(package private) void |
SqlMappingItem.setQueryResultData(SqlProcessContext ctx,
Object resultInstance,
int resultIndex,
Object[] resultValues,
Map<String,Object> ids,
Map<String,Object> idsProcessed,
Map<String,SqlMappingIdentity> identities,
Map<String,Class<?>> moreResultClasses)
Initializes the attribute of the result class with the output value from the SQL query execution. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||