I have a very large set of xml schema (w3c complied). I wonder if I can
use the schema to generate ddl, java, and mapping file?
If I can generate DDL based on the schema and build a database using the
DDL, I can generate java and hibernate mapping file based on the database
schema using Ant. Is
The company has built a very large set of xml schema (w3c complied). I
wonder if I can use the schema to generate a java, mapping file, ddl for a
RDBMS.
If I can generate DDL based on the schema and build a database using the
DDL, I can generate java and hibernate mapping file based on the databa
I am learning the hibernate. I got the follwoing error and I don't know how
to fix it. Can someone help me? Thanks.
1. middlegen-hibernate examples finally run successfully. I got three java
and three hbm files (ie Person, Flight, and Reservation).
2. I put the hibernate.properties file in the