Joined: Fri Oct 22, 2004 11:18 am Posts: 9 Location: Lexington, KY
|
Forgive me if I've just totally missed this, but I did search around with no luck.
I'm using the table-per-concrete-class inheritance scheme. I use hbm2java to generate both my concrete and abstract classes (the latter using the scope-class attribute). The code generation is working great, no problems!
But.....hbm2ddl (SchemaExport) wants to generate "create table" statements for my Abstract Base classes no matter what I do. Is there some way to tell hbm2ddl not to generate DDL for these base classes? Or am I totally missing something here?
I'm using Hibernate 3.0 FWIW...
-Aaron
|
|