@Test
public void test2() {
Model model = ApplicationContextHelper.getBean("modelFindBeforeProxy");
PagingElement pagingElement = ApplicationContextHelper.getBean("pagingElement");
model.find("select * from sysusers", null);
model.findWithPaging("select * from sysusers", null, pagingElement);
}