The Source for Java Technology Collaboration
User: Password:



Start New Message Post a Reply

Subject:  Closures pave the path for Native Queries
Date:  2007-01-21 06:40:08
From:  carlrosenberger


With closures it will be possible to write Native Queries like the following:

List cats = db.query( { Cat cat => cat.getName().equals("Wolke") } );

This way Java has an answer to LINQ.

 Feed java.net RSS Feeds