[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.rt.eclipselink] Re: how to extend the DDL output (indexes, ..)
|
- From: tbee <tbee@xxxxxxxx>
- Date: Mon, 29 Dec 2008 13:49:44 +0100
- Newsgroups: eclipse.rt.eclipselink
- Organization: EclipseCorner
- User-agent: Thunderbird 2.0.0.16 (Windows/20080708)
Personally I think a database is more important that the mapping layer, so I never let it generate my tables; database first, mapping second. There are things, like triggers, that probably never will be supported through JPA (since the language dialects between databases differ way to much).
That said, I still hope that there will be a better trigger support on JPA level; the @PreSave annotation and friends have some issues.