1. Passing parameter to hbm2ddl stackoverflow.comI have parametrized persistence.xml. I am trying to generate ddl schema using hbm2ddl. How can i pass parameters to this tool ? My persistence.xml looks like
|
2. Named Parameter in HBM File forum.hibernate.orgI am trying to map a collection within a HBM file using a |
3. Sequence Parameter in hbm config file? forum.hibernate.orgHi, Thanks kgignatyev, but no. I'm using the hbm2ddl.SchemaExportTask which reads the hbm files and generates the tables, indexes and sequences directly into my database. I'd like to embed the parameters directly into the hbm file so the newly generated sequences start with a value higher than the test data I have inserted using dbunit. If I can add a parameter ... |