Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Hibernate puts SELECT last if requesting only specific properties?

LINQ:

  var query = 
    from e in entities
    where e.property1 == value
    select e.property2;
 help



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: