📄 notfoundaction.java
字号:
package org.hibernate.annotations;/** * Actoin to use when an element is not found in DB while beeing expected * * @author Emmanuel Bernard */public enum NotFoundAction { /** * raise an exception when an element is not found (default and recommended) */ EXCEPTION, /** * ignore the element when not found in DB */ IGNORE}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -