[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.rt.eclipselink] Re: Sequence with Table for mapped-superclass

I suppose one way is to not define the id in the MappedSuperclass, only define it in the subclasses.

In EclipseLink, you could also use a DescriptorCustomizer in the subclasses.

-- James