Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipselink-users] NVL in EclipseLink

JPQL does not support this, but EclipseLink Expressions do.

See, Expression.caseStatement() and Expression.ifNull().

You may also wish to vote for,

https://bugs.eclipse.org/bugs/show_bug.cgi?id=219814



Andreas König-2 wrote:
> 
> Hey everybody!
> 
> Is there any possibility in JPQL or the EclipseLink Extensions to 
> express a NVL() or a CASE()?
> 
> Thanks in advance,
> 
> kÖnsen
> 


-----
---
http://wiki.eclipse.org/User:James.sutherland.oracle.com James Sutherland 
http://www.eclipse.org/eclipselink/
 EclipseLink ,  http://www.oracle.com/technology/products/ias/toplink/
TopLink 
Wiki:  http://wiki.eclipse.org/EclipseLink EclipseLink , 
http://wiki.oracle.com/page/TopLink TopLink 
Forums:  http://forums.oracle.com/forums/forum.jspa?forumID=48 TopLink , 
http://www.nabble.com/EclipseLink-f26430.html EclipseLink 
Book:  http://en.wikibooks.org/wiki/Java_Persistence Java Persistence 
-- 
View this message in context: http://www.nabble.com/NVL-in-EclipseLink-tp19493072p19494749.html
Sent from the EclipseLink - Users mailing list archive at Nabble.com.



Back to the top