Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-users] Use of ColumnResult eclipselink oracle

Hi,
I want to use ColumnResult to return a calculated value from a
sqlresultsetmapping. 
So my sql looks like   :: Select  1*2 as TEMP   from <table> .

How do I declare TEMP in my entity class.

Do you have an example of using columnresult.  
-- 
View this message in context: http://www.nabble.com/Use-of-ColumnResult-eclipselink-oracle-tp21748802p21748802.html
Sent from the EclipseLink - Users mailing list archive at Nabble.com.



Back to the top