How to save XML to the database?
I have a webapp driven by Play2 and it using Anorm with Oracle DB. Now it
is required to save some part of my domain model as XML to the XMLType
table column. As I know, Anorm doesn't have native support for that kind
of tasks. Of course I can use some Java/Scala libraries, but may be there
is some best practice for this purpose?
Thanks in advance.
No comments:
Post a Comment