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

sql server - NHibernate incorrectly creating ManyToMany table - Cannot define PRIMARY KEY constraint on nullable column error -

All overlapping substrings matching a java regex -

c++ - Using OpenSSL in a multi-threaded application -