@Target(value={METHOD,ANNOTATION_TYPE}) public @interface Transactional
Modifier and Type | Optional Element and Description |
---|---|
boolean |
exceptiononrollback
Sets if the transaction rollback throws an exception.
|
String[] |
norollbackfor
Sets the exceptions that do not rollback the current transaction.
|
String |
propagation
Sets the transaction propagation policy.
|
long |
timeout
Sets the transaction timeout.
|
public abstract String propagation
public abstract String[] norollbackfor
Copyright © 2006–2023 The Apache Software Foundation. All rights reserved.