You should write your own query, for example:
Query query = session.createQuery(
"select g " +
"from org.jbpm.identity.Group as g"
);
List groups=query.list();View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4061170#4061170 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4061170 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
