query.addScalar("Book.title", Type.STRING);
query.addScalar("max_Transaction__id", Type.LONG);
System.out.println(qString);
result = (List<Long>) QueryUtil.list(query, getDialect(), -1, -1);
} catch (Exception e) {
throw new SystemException(e);
} finally {
closeSession(session);
}
return result;