[Engine-devel] SQL procedure - row mapper
Sahina Bose
sabose at redhat.com
Fri May 17 09:34:31 UTC 2013
Hi all,
In org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler , there's a
map maintained for procedure name and SimpleJdbcCall.
If I have the same procedure with different row mappers, this results in
an error - because the map already contains a mapping for the procedure
name but with different row mapper.
Do we intend to support calling the same procedure with different
RowMappers? If so, I can change this class to handle this.
thanks
sahina
More information about the Engine-devel
mailing list