[jboss-user] [JBoss jBPM] - Re: group list

vtysh do-not-reply at jboss.com
Fri Jul 6 05:21:15 EDT 2007


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



More information about the jboss-user mailing list