[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.rt.eclipselink] Re: many table, one entity, annotation driven?

Some solutions are discussed here,

http://en.wikibooks.org/wiki/Java_Persistence/Inheritance#No_class_discriminator_column_2

The book has lots of info on inheritance in general and other persistence topics.

Essentially in EclipseLink you can do it using a ClassExtractor and a DescriptorCustomizer.

-- James