[jboss-dev-forums] [Design of the JBoss EJB Container] - Re: jdbc2.StoreManager2 and key-generators
alex.loubyansky@jboss.com
do-not-reply at jboss.com
Mon Apr 16 07:17:41 EDT 2007
"jesper.pedersen" wrote : Looking at the next at the next exception in our trace it seems that jdbc2.AbstractQueryCommand doesn't implement LIMIT/OFFSET functionality such the jdbc.JDBCAbstractQueryCommand does. Correct ?
|
| If so, how should jdbc2.AbstractQueryCommand implement this functionality ?
|
| The interface between the two classes are different, so the OFFSET/LIMIT information isn't directly available.
|
Probably, in a similar way. Seems like static fetchCollection is the place to offset and pass the limit to collectionStrategy.readResultSet(con, ps, rs, factory);
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4037499#4037499
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4037499
More information about the jboss-dev-forums
mailing list