Uses of Class
org.sqlproc.engine.impl.SqlMappingIdentity

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
(package private)  void SqlMappingItem.setQueryResultData(Object resultInstance, Object resultValue, Map<String,Object> instances, Set<String> allocatedCllections, boolean[] changedIdentities, Map<String,SqlMappingIdentity> identities, Map<String,Class<?>> moreResultClasses)
          Initializes the attribute of the result class with the output value from the SQL query execution.
 



Copyright © 2011. All Rights Reserved.