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? ;-)
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? ;-)