Need help with Hibernate? Read this first:
http://www.hibernate.org/ForumMailingli ... AskForHelp
Hibernate version: 3
Hi,
I'm trying to generate DDL for a DB2 database such that the identity column has additional settings. This is the DDL I want to create:
ID bigint generated by default as identity ( start with +100, increment by +1, cache 20)
- its the stuff in brackets I need adding.
Does anyone know if this is possible with XDoclet markup > hbm mapping > ddl via SchemaExport?
Many thanks,
Pat