Why not sure why you want to manage that at the middleware layer like ORM? I am not sure if that channel Adaptor is for this purpose.
I know abt oracle, where in you can use their inbuild API that can return the SQL query as XML outout, I am not sure if you are using Oracle or you can use that.
I am attaching XML document with this Question
ABC
XYZ
25
HOME
SSS>
NY
Office
YYY>
NY
In our requirement we need to store data which we are getting through xml.
Thats why we are mapping these values with Parameters in ESBDB
So do you need to store each address in a single database row? Or will you lump all addresses together into one value/row?
Thomas