|
||||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 必需 | 可选 | 详细信息: 元素 |
@Retention(value=RUNTIME) @Inherited @Target(value={METHOD,TYPE}) public @interface NoTransaction
Annotation to be used on methods telling JPA that it should not create a Transaction at all. If you try to use JPA functionality when using
|
||||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 必需 | 可选 | 详细信息: 元素 |