注释类型 NotFound
-
@Target({METHOD,FIELD}) @Retention(RUNTIME) public @interface NotFound
Action to do when an element is not found on a association.- 作者:
- Emmanuel Bernard
-
-
可选元素概要
可选元素 修饰符和类型 可选元素 说明 NotFoundActionactionThe action to perform when an associated entity is not found.
-
-
-
元素详细资料
-
action
NotFoundAction action
The action to perform when an associated entity is not found. By default an exception is thrown.- 默认值:
- org.hibernate.annotations.NotFoundAction.EXCEPTION
-
-