📄 entitynotfounddelegate.java
字号:
package org.hibernate.proxy;
import java.io.Serializable;
/**
* Delegate to handle the scenario of an entity not found by a specified id.
*
* @author Steve Ebersole
*/
public interface EntityNotFoundDelegate {
public void handleEntityNotFound(String entityName, Serializable id);
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -