Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipselink-users] ExpressionBuilder vs CriteriaBuilder...

There are many Criteria API examples in the EclipseLink documentation,

see,
http://wiki.eclipse.org/EclipseLink/UserGuide/JPA/Basic_JPA_Development/Querying/Criteria

Also, EclipseLink extends the CriteriaBuilder with the JpaCriteriaBuilder
interface which add toExpression, fromExpression API to convert to/from
EclipseLink Expressions.



vaidya nathan wrote:
> 
> JPA2 has CriteriaBuilder and i was expecting some examples of
> eclipselink to have them but wherever i see I always see the
> ExpressionBuilder which is eclipselink. Is there any relation between
> these two. Also since Eclipselink is the reference implementation are
> there any gaps in the JPA2 that Eclipselink specific apis are filling
> in ?  It almost looks like CriteriaBuilder and Criteria are an exact
> replica of ExpressionBuilder and Expression ..
> 
> We are currently using Eclipselink specific apis and want to know
> whether we would be missing some functionality that is available in
> Eclipselink if we migrate to using jpa 2 apis alone..
> 
> Cheers
> Vaidya
> _______________________________________________
> eclipselink-users mailing list
> eclipselink-users@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/eclipselink-users
> 
> 


-----
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.eclipse.org/forums/index.php?t=thread&frm_id=111&S=1b00bfd151289b297688823a00683aca
EclipseLink 
Book:  http://en.wikibooks.org/wiki/Java_Persistence Java Persistence 
Blog:  http://java-persistence-performance.blogspot.com/ Java Persistence
Performance 
-- 
View this message in context: http://old.nabble.com/ExpressionBuilder-vs-CriteriaBuilder...-tp34019873p34048556.html
Sent from the EclipseLink - Users mailing list archive at Nabble.com.



Back to the top