[jboss-user] [JBoss Seam] - Re: Framework: Counting query entities
dsmith@nesmi.com
do-not-reply at jboss.com
Tue Apr 17 10:07:04 EDT 2007
our solution to this was
| @Override
| protected String getCountEjbql() {
| String countEjbql = super.getCountEjbql();
| return countEjbql.replaceAll("join fetch", "join" );
| }
|
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4037968#4037968
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4037968
More information about the jboss-user
mailing list