Regular |
|
Joined: Wed Dec 31, 2003 4:26 am Posts: 108 Location: Berkeley, CA
|
The SQL spec allows for the definition of "domains" or types. These are based on pre-existing (built-in) DB types like varchar.
It seems the middlegen tool does not read these -- or perhaps it is a gap in my postgresql jdbc driver. Or maybe middlegen gets this info but the hibernate plug in ignores it.
Anyway, generated hibernate xml mapping files do not include information about DOMAIN objects -- all such columns get mapped to simple "object" type.
== Ezra E.
|
|