Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipselink-users] TREAT functionality

https://bugs.eclipse.org/bugs/show_bug.cgi?id=374771 was the feature that captured most of the TREAT functionality implementation in EclipseLink 2.5.1. The transactions might require some work and changes to be able to apply them to EclipseLink 2.3.2.

It might be possible to use the 'AS' functionality to cast, and then use 'TYPE' to filter on subclasses giving you an approximation of what TREAT does without having to upgrade or change EclipseLink 2.3.2.



On 26/11/2013 9:22 AM, Noah White wrote:
Is there a way to get TREAT funcationality with Eclipselink 2.3.2v20111125-r10461 (EE6/JPA2)? I have a class hierarchy where I want to select from the base and then narrow on properties of various subtypes.

Thanks,

-Noah

_______________________________________________
eclipselink-users mailing list
eclipselink-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/eclipselink-users



Back to the top