Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipselink-users] Query to MappedSuperclass fails

Well, as I was answered 
http://stackoverflow.com/questions/3178187/eclipselink-query-to-mappedsuperclass-fails
here , there is no chance to make it work with EclipseLink. So I solved the
problem simply by switching to
@Inheritance(strategy=InheritanceType.JOINED).
-- 
View this message in context: http://old.nabble.com/Query-to-MappedSuperclass-fails-tp29065708p29078709.html
Sent from the EclipseLink - Users mailing list archive at Nabble.com.



Back to the top