Hibernate: Persist XML values without Java Classes -


is there hibernate utility allows persist xml values in database without marshaling java classes?

no. while can imagine possible hibernate, it's wrong tool task. hibernate created map entities db rows.

you either have implement dom-like structure defines entities hibernate should use or write importer using plain jdbc or maybe create simple entities fill xml , persist hibernate.


Comments

Popular posts from this blog

c# - SVN Error : "svnadmin: E205000: Too many arguments" -

c# - Copy ObservableCollection to another ObservableCollection -

All overlapping substrings matching a java regex -