1. CSV Driver for Hibernate coderanch.com |
2. Can you use JPA to import a csv file? coderanch.comHi everyone, This may seem like a weird question ... but I have a JPA project that I need to modify to allow the import of a csv file into a mysql database table. I know mysql allows the import of a csv into it through the "load" command, but I was wondering (or perhaps curious) how would one go about ... |
3. CSV file forum.hibernate.org |
4. Hibernate and flat files (xml / CSV) forum.hibernate.orgI was looking for some suggestions on a good (or suggested) way to utilize hibernate when working with text data files. In my case I have to do a lot of work with cvs imports and exports. I initially found it very convenient to use HSQL with Hibernate to read from DB and read/write from/to (HSQL) CSV via hibernate. This has ... |
5. CSV and Hibernate forum.hibernate.org |