propertynotfoundexception.java
来自「好东西,hibernate-3.2.0,他是一开元的树杖hibernate-3.」· Java 代码 · 共 23 行
JAVA
23 行
//$Id: PropertyNotFoundException.java 3890 2004-06-03 16:31:32Z steveebersole $
package org.hibernate;
/**
* Indicates that an expected getter or setter method could not be
* found on a class.
*
* @author Gavin King
*/
public class PropertyNotFoundException extends MappingException {
public PropertyNotFoundException(String s) {
super(s);
}
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?