I'm using my custom SQL paging. i have two new properties limit, offset in AbstractQueryImpl which i use in SqlQueryStatement class. the SQL paging is working, but there is a problem if i reuse the same QueryByCriteria object with different values for LIMIT, OFFSET

is there a way to turn off query-sql cache so that each time i execute the query the sql is generated again?

thanks,

filip

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to