<hibernate-mapping>
<class>
...
</class>
<database-object>
<create>
[CREATE statement]
</create>
<drop>
[DROP statement]
</drop>
<dialect-scope name="org.hibernate.dialect.HSQLDialect" />
</database-object>
</hibernate-mapping>
The
a particular set of configured database dialects, which is useful if you’re deploying
on several systems and need different customizations.
No comments:
Post a Comment