Questions tagged [hbm2ddl]

hibernate utility to manage the creation and/or deployment of database schemas (data definition language)

198 questions
0
votes
1 answer

Unable to create schema using hbm2ddl

I am trying to generate schema using hibernate tool ant task. Below is my ant task
0
votes
1 answer

application deployed on jboss doesn't update db schema

I started to study j2ee and looked into jboss7 quickstarts. To be exact jboss-as-login example. It works nice but when i change default datasource (with newly created one) and persistence.xml it doesn't update db schema with hbm2ddl despite of…
demoth
  • 79
  • 1
  • 6
-1
votes
1 answer

Adding a Schema Prefix to a Table using XML Mapping - needed to convert a MSSQL Database to a MySQL

I have NHibernate XML mapping files that work wonderfully in MSSQL Databases. An example of a table is: Now I need to use the exact same mapping file (unchanged) to generate a MariaDB (or MySQL)…
1 2 3
13
14