Method findByPrimaryKey(java.lang.String) 没有找到
可是我明明在CustomerRemoteHome这个类里定义阿。
况且findByPrimaryKey这个方法也是当我按了点后出现在上下文响应中了
可是为什么会有这个提示呢?
CustomerRemoteHome customerRemoteHome;
String password = request.getParameter("Password");
customerRemoteHome.findByPrimaryKey(password);