EL in QL

Posted by    |      

By the way, my favorite new Seam 1.2 feature is this one:

entityManager.createQuery("select u from User u where u.name=#{user.name}").getResultList();

Nice, huh? ;-)


Back to top