I would like to limit all user searches by 65,000 rows. This change should be invisible to users but function as a back end protection from users executing excessively large searches through the user interface.
I have use the Hibernate 3.6, MySQL 5.x and JBoss 5.1
I would like to limit all user searches by 65,000 rows. This change should
Share
http://dev.mysql.com/doc/refman/5.0/en/connector-j-reference-configuration-properties.html
maxRows – The maximum number of rows to return (0, the default means return all rows).