import « Database « JPA Q&A





2. multiple database import files    forum.hibernate.org

3. Import/Export of XML data with a database    forum.hibernate.org

I'm using Hibernate 3.1 with Annotations. Anybody know of a quick, elegant solution for exporting database data to XML? I would prefer to use my existing POJO -> HBM mappings to transparently describe the XML entities. The inverse would be useful as well (importing XML data into a database). I've heard of XMLDatabinder which AFAIK is for Hibernate 2 only. Is ...

4. DB Import and Export with DBUnit or HYPERJAXB    forum.hibernate.org

Hi all, my task is to import and export data sets (like from one$DB to mysqlDB, etc.) in an Hibernate application. I searched in the forums for informations and came to the conclusion of using DBUnit or HYPERJAXB. I just need your opinions about the advantages and disadventages of those mentioned tools and which one would be better for my solution. ...

5. import xml data to database - one-to-many problem    forum.hibernate.org

HI, I'm not able to put information in a table from a xml data file when I have a a structure of style one-to-many. I have not create java classes. I'm working only with the entity-name. See the following sample to understand my problem. first: database schema (postgres) /*==============================================================*/ /* DBMS name: PostgreSQL 7.3 */ /* Created on: 2006-03-31 09:14:35 */ ...