generate page SQL by non-page SQL this method has a bug, for the last page data, if page size =
10, total count = 23, then last page data count should be 3, but you will get last 10 using
this class.
check if database column same can mapping to Java bean property, compare ignore case, ignore
"_", for example, USER_NAME in DB can be mapped to userName of Java bean
this class is abstract layer of JDBC actions, caller do not need to use connection or statement
or result set this class is define as abstract, so don't new a object of this class
SQL Server 2000 page dialect, this class has a bug, for the last page data, if page size = 10,
total count = 23, then last page data count should be 3, but you will get last 10 using this
class