Uses of Class
org.sqlproc.engine.impl.SqlMappingIdentity
-
Packages that use SqlMappingIdentity Package Description 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 Modifier and Type Field Description (package private) Map<String,SqlMappingIdentity>SqlMappingResult. identitiesThe collection of identities related to all output columns.Method parameters in org.sqlproc.engine.impl with type arguments of type SqlMappingIdentity Modifier and Type Method Description static StringSqlUtils. getIdsKey(Object[] resultValues, Map<String,SqlMappingIdentity> identities, String fullName)
-