public marks

PUBLIC MARKS from mss with tags data & call

April 2008

April 2007

hibernate.org - Tips and Tricks

Integer count = (Integer) session.createQuery("select count(*) from ....").uniqueResult(); How can I find the size of a collection without initializing it? Integer size = (Integer) s.createFilter( collection, "select count(*)" ).uni